diff --git a/src/General/css/font-awesome.css b/src/General/css/font-awesome.css index 2fb9be6f7..d85210472 100644 --- a/src/General/css/font-awesome.css +++ b/src/General/css/font-awesome.css @@ -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}