CSS: Octicons 16px fix outside of _octicons.less
Otherwise the fix will be overwritten by next _octicons.less update.
This is follow-up for 22b0dfbb35.
This commit is contained in:
@@ -14,9 +14,7 @@
|
||||
|
||||
// .octicon is optimized for 16px.
|
||||
// .mega-octicon is optimized for 32px but can be used larger.
|
||||
.octicon, .mega-octicon,
|
||||
// ensure Semantic UI .icon of 14px does not apply to .icon.octicon:
|
||||
.icon.octicon, .icon.mega-octicon {
|
||||
.octicon, .mega-octicon {
|
||||
font: normal normal normal 16px/1 octicons;
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
|
||||
Reference in New Issue
Block a user