Removed obsolete Firefox hack
authorAlexander Ebert <ebert@woltlab.com>
Mon, 16 Jan 2017 14:52:44 +0000 (15:52 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Mon, 16 Jan 2017 14:52:50 +0000 (15:52 +0100)
wcfsetup/install/files/style/layout/pageHeader.scss

index f89c6cbc90963d664729a9fdce1cf3f75fe9a792..83165d4247cb8c410f98d7df48934fdba9fed602 100644 (file)
        }
 }
 
-/* Firefox suffers from subpixel rendering issues */
-@-moz-document url-prefix() {
-       .mainMenu .boxMenu > li:not(:last-child) {
-               box-shadow: 0 0 0 1px $wcfHeaderMenuLinkBackground;
-               
-               &.active,
-               &:hover {
-                       box-shadow: 0 0 0 1px $wcfHeaderMenuLinkBackgroundActive;
-               }
-       }
-}
-
 /* Hack for a font rendering issue in Safari on menu hover */
 @include only_safari_no_ios('.pageHeaderPanel > .layoutBoundary', (transform: translateZ(0)));