We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32b70d commit a22c065Copy full SHA for a22c065
install/deb/themes/flat.css
@@ -36,15 +36,14 @@ b, strong {
36
box-shadow: none;
37
}
38
39
+.l-profile__notifications:hover,
40
+.l-profile__notifications.updates:hover,
41
.l-profile__notifications.active.l-profile__notifications.updates:active {
- background: none;
- box-shadow: none;
42
+ background: white !important;
43
+ border: 1px solid transparent !important;
44
+ box-shadow: none !important;
45
46
-.l-profile__notifications:hover, .l-profile__notifications.updates:hover {
47
-}
48
.l-unit:hover {
49
50
0 commit comments