Skip to content

Commit b81abf5

Browse files
committed
Tweak to hover style.
1 parent a0a90f8 commit b81abf5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dev/sass/views/sidebar.scss

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,10 @@
111111
color: $lighter;
112112

113113
.token, .rating, .icon { color: currentColor; }
114-
&:hover { color: $white; }
114+
&:hover {
115+
background: $dark;
116+
color: $white;
117+
}
115118
}
116119

117120
&.disabled {

0 commit comments

Comments
 (0)