Просмотр исходного кода

Theme-Flat: Hover background-color was ignored

Robert Zollner 6 лет назад
Родитель
Сommit
a22c06522d
1 измененных файлов с 5 добавлено и 6 удалено
  1. 5 6
      install/deb/themes/flat.css

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

@@ -36,15 +36,14 @@ b, strong {
     box-shadow: none;
 }
 
+.l-profile__notifications:hover,
+.l-profile__notifications.updates:hover,
 .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 {
     box-shadow: none;
 }