Skip to content

Commit 5075f1a

Browse files
committed
Fixed regression removing hover effect from toolbar buttons.
1 parent c7d6243 commit 5075f1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/popup.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ html:not(.mobile) #scrollable {
192192
padding: 0;
193193
}
194194

195-
#top > .icon:hover:not(:disabled), #top > #top > .icon:active:not(:disabled) {
195+
#top .icon:hover:not(:disabled), #top > #top > .icon:active:not(:disabled) {
196196
outline: 0;
197197
filter: none;
198198
transform: scale(1.2);

0 commit comments

Comments
 (0)