Fixed active marking of mobile dropdowns
authorAlexander Ebert <ebert@woltlab.com>
Tue, 20 Sep 2016 16:41:45 +0000 (18:41 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 20 Sep 2016 16:41:50 +0000 (18:41 +0200)
wcfsetup/install/files/style/ui/message.scss

index 9edbb8c90b478b43d5075f4c47f5031b0fad6a27..6b6377cf2aa7183ccb7520b611c1525ee5a6f80f 100644 (file)
@@ -25,6 +25,7 @@
                        }
                }
        }
+       
        &.messageReducedList {
                @include screen-md-up {
                        > li:not(:last-child) {
                                        
                                        @include wcfFontDefault;
                                        
+                                       &.active {
+                                               background-color: $wcfDropdownBackgroundActive;
+                                               color: $wcfDropdownLinkActive;
+                                               
+                                               > a {
+                                                       color: $wcfDropdownLinkActive;
+                                               }
+                                       }
+                                       
                                        > .invisible {
                                                display: inline;
                                                margin-left: 5px;