diff options
author | zeripath <art27@cantab.net> | 2019-10-21 23:23:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-21 23:23:35 +0100 |
commit | 2f9a66a76c73f8fa03147d47efb338798b68c3a5 (patch) | |
tree | 8dfa5b800a39755b5d19e6a89a2d4e44ba53873e /public/less | |
parent | d8161ee3fd5d2991f70523b03421af4e6cf5b513 (diff) | |
download | gitea-2f9a66a76c73f8fa03147d47efb338798b68c3a5.tar.gz gitea-2f9a66a76c73f8fa03147d47efb338798b68c3a5.zip |
Prevent .code-view from overriding font on icon fonts (#8614)
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_base.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/less/_base.less b/public/less/_base.less index 62b2084a3b..1a386f17b0 100644 --- a/public/less/_base.less +++ b/public/less/_base.less @@ -1063,7 +1063,7 @@ i.icon.centerlock { overflow-x: auto; overflow-y: hidden; - * { + *:not(.fa):not(.octicon):not(.icon) { font-size: 12px; font-family: @monospaced-fonts, monospace; line-height: 20px; |