Merge pull request #5450 from consuldemocracy/fix_icons_on_ie11
Fix font-awesome icons in Internet Explorer 11
This commit is contained in:
@@ -50,15 +50,20 @@
|
||||
cursor: pointer;
|
||||
|
||||
&[aria-pressed=false]:hover,
|
||||
&[aria-pressed=false]:active,
|
||||
&[aria-pressed=true]:not(:hover, :active) {
|
||||
&[aria-pressed=false]:active {
|
||||
@include has-fa-icon($icon, solid);
|
||||
}
|
||||
|
||||
&[aria-pressed=true] {
|
||||
@include has-fa-icon($icon, solid);
|
||||
background: $pressed-color;
|
||||
border-color: $pressed-color;
|
||||
color: #fff;
|
||||
|
||||
&:hover,
|
||||
&:active {
|
||||
@include has-fa-icon($icon, regular);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user