fix hiding of icons outside header when icons in header are disabled
This commit is contained in:
parent
814b64b31c
commit
93178c2967
10
src/General/css/font-awesome.css
vendored
10
src/General/css/font-awesome.css
vendored
@ -26,14 +26,12 @@
|
||||
|
||||
@font-face{font-family:FontAwesome;src:url('data:application/font-woff;base64,<%= grunt.file.read('node_modules/font-awesome/fonts/fontawesome-webfont.woff', {encoding: 'base64'}) %>') format('woff');font-weight:400;font-style:normal}.fa::before{font-family:FontAwesome;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased;*margin-right:.3em;text-decoration:inherit;display:none;speak:none}
|
||||
|
||||
:root.shortcut-icons .fa::before,
|
||||
.menu-button .fa::before,
|
||||
.hide-reply-button .fa::before,
|
||||
.hide-thread-button .fa::before {display:inline-block;font-size:13px;visibility:visible}
|
||||
.fa::before {display:inline-block;font-size:13px;visibility:visible}
|
||||
:root:not(.shortcut-icons) #shortcuts .fa::before {display:none}
|
||||
:root.shortcut-icons #shortcuts .fa::before{font-size:15px!important;margin-top:-3px!important;position:relative;top:1px}
|
||||
:root.shortcut-icons .fa, .menu-button .fa{font-size:0;visibility:hidden}
|
||||
:root.shortcut-icons #shortcuts .fa, .menu-button .fa{font-size:0;visibility:hidden}
|
||||
:root.shortcut-icons .shortcut.brackets-wrap::after,:root.shortcut-icons .shortcut.brackets-wrap::before{display:none}
|
||||
:root.shortcut-icons a .fa,
|
||||
:root.shortcut-icons #shortcuts a .fa,
|
||||
.menu-button .fa,
|
||||
.hide-reply-button .fa,
|
||||
.hide-thread-button .fa {display:inline}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user