Skip to content

Commit

Permalink
fix(tag): real fix for only affecting icons that contain bhi
Browse files Browse the repository at this point in the history
  • Loading branch information
bvkimball committed Mar 28, 2018
1 parent 158ab02 commit beda96b
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion fonts/Bullhorn-Glyphicons.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ i {
line-height: 1;
}

i[class~="bhi-"]:before {
i[class*="bhi-"]:before {
font-family: Bullhorn-Glyphicons !important;
font-style: normal;
font-weight: normal !important;
Expand Down
Binary file modified fonts/Bullhorn-Glyphicons.eot
Binary file not shown.
Binary file modified fonts/Bullhorn-Glyphicons.ttf
Binary file not shown.
Binary file modified fonts/Bullhorn-Glyphicons.woff
Binary file not shown.
Binary file modified fonts/Bullhorn-Glyphicons.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion fonts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
line-height: 1;
}

i[class~="bhi-"]:before {
i[class*="bhi-"]:before {
font-family: Bullhorn-Glyphicons !important;
font-style: normal;
font-weight: normal !important;
Expand Down
2 changes: 1 addition & 1 deletion templates/css.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
line-height: 1;
}

{{ baseTag }}[class~="bhi-"]:before {
{{ baseTag }}[class*="bhi-"]:before {
font-family: {{fontName}} !important;
font-style: normal;
font-weight: normal !important;
Expand Down

0 comments on commit beda96b

Please sign in to comment.