Skip to content

Commit 39d4c3d

Browse files
committed
bug #971 Fix tag icons after FontAwesome 5.8 upgrade (bocharsky-bw)
This PR was squashed before being merged into the master branch (closes #971). Discussion ---------- Fix tag icons after FontAwesome 5.8 upgrade Fix #970 Now it looks like: <img width="497" alt="Screen Shot 2019-05-06 at 12 30 41" src="https://user-images.githubusercontent.com/3317635/57217733-166a0780-6ffc-11e9-91d3-767b4d9d1c26.png"> Commits ------- 2a0729e Fix tag icons after FontAwesome 5.8 upgrade
2 parents 7590f6f + 2a0729e commit 39d4c3d

File tree

5 files changed

+13
-10
lines changed

5 files changed

+13
-10
lines changed

assets/scss/bootstrap-tagsinput.scss

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@
4949
}
5050
.tt-suggestion.tt-selectable:before {
5151
content: '\f02b';
52-
font-family: 'FontAwesome';
52+
font-family: 'Font Awesome 5 Free';
53+
font-weight: 900;
5354
display: inline-block;
5455
font-size: 15px;
5556
margin-right: 0.5em;
@@ -172,7 +173,8 @@
172173
}
173174
.bootstrap-tagsinput .tag:before {
174175
content: '\f02b';
175-
font-family: 'FontAwesome';
176+
font-family: 'Font Awesome 5 Free';
177+
font-weight: 900;
176178
display: inline-block;
177179
font-size: 15px;
178180
margin-right: 0.5em;
@@ -182,7 +184,8 @@
182184
}
183185
.bootstrap-tagsinput .tag [data-role="remove"]:after {
184186
content: '\f00d';
185-
font-family: 'FontAwesome';
187+
font-family: 'Font Awesome 5 Free';
188+
font-weight: 900;
186189
display: block;
187190
font-size: 13px;
188191
color: #fff;
File renamed without changes.

public/build/admin.22af6b6d.css renamed to public/build/admin.5cc2ebf1.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)