diff options
Diffstat (limited to 'public/less/_base.less')
-rw-r--r-- | public/less/_base.less | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/public/less/_base.less b/public/less/_base.less index 545984051c..ee7e8a5258 100644 --- a/public/less/_base.less +++ b/public/less/_base.less @@ -82,12 +82,12 @@ pre, code { .top.menu .menu { z-index: 900; } + .icon, + .octicon { + margin-right: 5px !important; + } .head.link.item { padding-right: 0 !important; - .dropdown.icon, - .menu .octicon { - margin-right: 5px; - } } .avatar > .ui.image { margin-right: 0; @@ -378,14 +378,6 @@ footer { .generate-img(@n, (@i + 1)); } -// ensure Semantic UI .icon font family and 14px size does not apply to .icon.octicon -.octicon.icon, -.mega-octicon.icon { - font-family: octicons; - font-size: 16px; - opacity: 1 !important; -} - // Accessibility .sr-only { position: absolute; |