From 69bb7b204a4d466421ec51c26a190adeecbc4c1f Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 16 Jan 2017 15:52:44 +0100 Subject: [PATCH] Removed obsolete Firefox hack --- wcfsetup/install/files/style/layout/pageHeader.scss | 12 ------------ 1 file changed, 12 deletions(-) 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))); -- 2.20.1