mirror of
https://github.com/FortAwesome/Font-Awesome.git
synced 2025-01-13 16:50:27 +08:00
Move pseudo element styles into main styles.
This commit is contained in:
parent
1419cec44c
commit
aa4ebd8ee7
14
sass/font-awesome.scss
vendored
14
sass/font-awesome.scss
vendored
@ -125,6 +125,13 @@ $experimental-support-for-webkit: true !default;
|
||||
a & {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
&:before,
|
||||
&:before {
|
||||
text-decoration: inherit;
|
||||
display: inline-block;
|
||||
speak: none;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
@ -149,12 +156,7 @@ $experimental-support-for-webkit: true !default;
|
||||
}
|
||||
|
||||
|
||||
[class^="icon-"]:before,
|
||||
[class*=" icon-"]:before {
|
||||
text-decoration: inherit;
|
||||
display: inline-block;
|
||||
speak: none;
|
||||
}
|
||||
|
||||
|
||||
/* makes the font 33% larger relative to the icon container */
|
||||
.icon-large:before {
|
||||
|
Loading…
Reference in New Issue
Block a user