Browse Source

Theme-Flat: Hover background-color was ignored

Robert Zollner 6 năm trước cách đây
mục cha
commit
a22c06522d
1 tập tin đã thay đổi với 5 bổ sung6 xóa
  1. 5 6
      install/deb/themes/flat.css

+ 5 - 6
install/deb/themes/flat.css

@@ -36,15 +36,14 @@ b, strong {
     box-shadow: none;
     box-shadow: none;
 }
 }
 
 
+.l-profile__notifications:hover,
+.l-profile__notifications.updates:hover,
 .l-profile__notifications.active.l-profile__notifications.updates:active {
 .l-profile__notifications.active.l-profile__notifications.updates:active {
-    background: none;
-    box-shadow: none;
+    background: white !important;
+    border: 1px solid transparent !important;
+    box-shadow: none !important;
 }
 }
 
 
-.l-profile__notifications:hover, .l-profile__notifications.updates:hover {
-    background: none;
-    box-shadow: none;
-}
 .l-unit:hover {
 .l-unit:hover {
     box-shadow: none;
     box-shadow: none;
 }
 }