Skip to content

Commit a22c065

Browse files
committed
Theme-Flat: Hover background-color was ignored
1 parent b32b70d commit a22c065

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

install/deb/themes/flat.css

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,14 @@ b, strong {
3636
box-shadow: none;
3737
}
3838

39+
.l-profile__notifications:hover,
40+
.l-profile__notifications.updates:hover,
3941
.l-profile__notifications.active.l-profile__notifications.updates:active {
40-
background: none;
41-
box-shadow: none;
42+
background: white !important;
43+
border: 1px solid transparent !important;
44+
box-shadow: none !important;
4245
}
4346

44-
.l-profile__notifications:hover, .l-profile__notifications.updates:hover {
45-
background: none;
46-
box-shadow: none;
47-
}
4847
.l-unit:hover {
4948
box-shadow: none;
5049
}

0 commit comments

Comments
 (0)