Skip to content

Commit a75e1d4

Browse files
author
Kristan Kenney
committed
Fix hover state for selected list items (dark.css)
1 parent 455c4e4 commit a75e1d4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

install/deb/themes/dark.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3158,14 +3158,15 @@ a.button.cancel {
31583158
color: #d4d4d4;
31593159
box-shadow: 0px 2px 10px rgba(30,30,30,0.35);
31603160
text-shadow: 0px 1px rgba(0,0,0,0.5);
3161-
border-left: 1px solid #454545;
3162-
border-right: 1px solid #454545;
3161+
border-left: 1px solid #212121;
3162+
border-right: 1px solid #212121;
3163+
31633164
}
31643165

31653166
.l-unit.selected:hover {
31663167
background-color: #555555;
31673168
color: #d4d4d4;
3168-
box-shadow: 0px 2px 14px rgba(150,150,150,0.25);
3169+
box-shadow: none !important;
31693170
text-shadow: 0px 1px rgba(0,0,0,0.4);
31703171
}
31713172

0 commit comments

Comments
 (0)