summaryrefslogtreecommitdiffstats
path: root/public/less
diff options
context:
space:
mode:
Diffstat (limited to 'public/less')
-rw-r--r--public/less/_base.less2
-rwxr-xr-xpublic/less/_octicons.less4
2 files changed, 3 insertions, 3 deletions
diff --git a/public/less/_base.less b/public/less/_base.less
index 77ed754518..fd12c80b2b 100644
--- a/public/less/_base.less
+++ b/public/less/_base.less
@@ -313,9 +313,11 @@ 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;
}
diff --git a/public/less/_octicons.less b/public/less/_octicons.less
index a159dec851..dfd437e6b1 100755
--- a/public/less/_octicons.less
+++ b/public/less/_octicons.less
@@ -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;