From: Alexander Ebert Date: Mon, 16 Jan 2017 14:52:44 +0000 (+0100) Subject: Removed obsolete Firefox hack X-Git-Tag: 3.0.1~33 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=69bb7b204a4d466421ec51c26a190adeecbc4c1f;p=GitHub%2FWoltLab%2FWCF.git Removed obsolete Firefox hack --- diff --git a/wcfsetup/install/files/style/layout/pageHeader.scss b/wcfsetup/install/files/style/layout/pageHeader.scss index f89c6cbc90..83165d4247 100644 --- a/wcfsetup/install/files/style/layout/pageHeader.scss +++ b/wcfsetup/install/files/style/layout/pageHeader.scss @@ -219,18 +219,6 @@ } } -/* 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)));