From: Marcel Werk Date: Sun, 20 Sep 2015 16:24:14 +0000 (+0200) Subject: Removed obsolete code X-Git-Tag: 2.1.8~42 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=9c1dae6dd482748eccabab6398effb6091467414;p=GitHub%2FWoltLab%2FWCF.git Removed obsolete code --- diff --git a/wcfsetup/install/files/acp/style/blueTemptation/individual.less b/wcfsetup/install/files/acp/style/blueTemptation/individual.less index bacd9ad6e7..10f898b5ca 100644 --- a/wcfsetup/install/files/acp/style/blueTemptation/individual.less +++ b/wcfsetup/install/files/acp/style/blueTemptation/individual.less @@ -70,23 +70,6 @@ body, .tabularBox, .dialogTitlebar { } } } - - // rtl fix - html[dir='rtl'] { - .mainMenu { - > ul { - > li.active > a { - &::after { - .boxShadow(2px, 2px, @wcfNavigationHeaderBackgroundColor, 0); - } - - &::before { - .boxShadow(-2px, 2px, @wcfNavigationHeaderBackgroundColor, 0); - } - } - } - } - } } /* navigation header / footer */ @@ -601,27 +584,6 @@ button.active:hover { } } } - - // rtl fix - html[dir='rtl'] { - .tabMenu { - > ul { - > li { - &.ui-state-active { - > a { - &::before { - .boxShadow(-2px, 1px, @wcfContainerBackgroundColor, 0); - } - - &::after { - .boxShadow(2px, 1px, @wcfContainerBackgroundColor, 0); - } - } - } - } - } - } - } } /* ### inputs ### */