Small style optimization
authorMarcel Werk <burntime@woltlab.com>
Sun, 8 Feb 2015 19:52:37 +0000 (20:52 +0100)
committerMarcel Werk <burntime@woltlab.com>
Sun, 8 Feb 2015 19:52:37 +0000 (20:52 +0100)
wcfsetup/install/files/acp/style/blueTemptation/individual.less

index 3f50fdbcc5367922fd822a7dc181f7e1e2b876c8..bacd9ad6e76f307d53251972beae3f1810de66de 100644 (file)
@@ -279,8 +279,6 @@ button.active:hover {
                                .transition(max-width, .2s);
                                
                                &:hover {
-                                       max-width: 100%;
-                                       
                                        > a {
                                                background-color: @wcfContainerAccentBackgroundColor;
                                                position: relative;
@@ -332,6 +330,12 @@ button.active:hover {
                                        padding-left: 9px;
                                }
                        }
+                       
+                       &:hover {
+                               > li {
+                                       max-width: 100%;
+                               }
+                       }
                }
        }
 }