From: Marcel Werk Date: Thu, 14 Jul 2016 22:55:48 +0000 (+0200) Subject: Removed obsolete code X-Git-Tag: 3.0.0_Beta_1~1127 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=3c8a6e4e14999ef754d2f7b9f2eca334344ec847;p=GitHub%2FWoltLab%2FWCF.git Removed obsolete code --- diff --git a/wcfsetup/install/files/style/layout/box.scss b/wcfsetup/install/files/style/layout/box.scss index 7791d6681c..a28dae922a 100644 --- a/wcfsetup/install/files/style/layout/box.scss +++ b/wcfsetup/install/files/style/layout/box.scss @@ -437,41 +437,6 @@ top: 0; } } - - - /*> .active { - pointer-events: none; - - > a::after { - content: $fa-var-caret-down; - font-family: FontAwesome; - font-size: 14px; - margin-left: 7px; - } - } - - &:not(.open) { - :first-child ~ :not(.active) { - display: block; - pointer-events: none; - - > a::after { - content: $fa-var-caret-down; - font-family: FontAwesome; - font-size: 14px; - margin-left: 7px; - } - } - - > .active ~ li { - display: none !important; - } - - li:not(.active) { - display: none; - } - } - */ } } }