Removed obsolete code
authorMarcel Werk <burntime@woltlab.com>
Sun, 20 Sep 2015 16:24:14 +0000 (18:24 +0200)
committerMarcel Werk <burntime@woltlab.com>
Sun, 20 Sep 2015 16:24:14 +0000 (18:24 +0200)
wcfsetup/install/files/acp/style/blueTemptation/individual.less

index bacd9ad6e76f307d53251972beae3f1810de66de..10f898b5ca92d1e669a7a1ff4fdd8849818bd8bd 100644 (file)
@@ -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 ### */