From 9c1dae6dd482748eccabab6398effb6091467414 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Sun, 20 Sep 2015 18:24:14 +0200 Subject: [PATCH] Removed obsolete code --- .../acp/style/blueTemptation/individual.less | 38 ------------------- 1 file changed, 38 deletions(-) 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 ### */ -- 2.20.1