Skip to content

Commit

Permalink
Fix tag icons after FontAwesome 5.8 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
bocharsky-bw authored and javiereguiluz committed May 6, 2019
1 parent 7590f6f commit e6b77b3
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 10 deletions.
9 changes: 6 additions & 3 deletions assets/scss/bootstrap-tagsinput.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@
}
.tt-suggestion.tt-selectable:before {
content: '\f02b';
font-family: 'FontAwesome';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
display: inline-block;
font-size: 15px;
margin-right: 0.5em;
Expand Down Expand Up @@ -172,7 +173,8 @@
}
.bootstrap-tagsinput .tag:before {
content: '\f02b';
font-family: 'FontAwesome';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
display: inline-block;
font-size: 15px;
margin-right: 0.5em;
Expand All @@ -182,7 +184,8 @@
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
content: '\f00d';
font-family: 'FontAwesome';
font-family: 'Font Awesome 5 Free';
font-weight: 900;
display: block;
font-size: 13px;
color: #fff;
Expand Down
File renamed without changes.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e6b77b3

Please sign in to comment.