Fixed styling of dropdowns with avatars/icons
authorAlexander Ebert <ebert@woltlab.com>
Sat, 19 Mar 2016 15:35:23 +0000 (16:35 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 19 Mar 2016 15:36:00 +0000 (16:36 +0100)
wcfsetup/install/files/style/ui/dropdown.scss

index 1ecc53e256eb6b19d2fc6575205fc93bc8ac1d82..a8d9dfb9cf1c46157271e161c1551be41a294fb6 100644 (file)
                }
                
                > .box16 {
+                       align-items: center;
                        cursor: pointer;
                        min-height: 0;
-                       padding: $wcfGapTiny $wcfGapTiny $wcfGapTiny $wcfGapSmall;
-                       
-                       > div {
-                               margin-left: 21px;
-                       }
+                       padding: 5px 10px;
                }
                
                > label {
                                @include wcfFontSmall;
                        }
                }
+               
+               .icon {
+                       color: inherit;
+               }
        }
        
        .scrollableDropdownMenu {