Fixed regression removing hover effect from toolbar buttons.

This commit is contained in:
hackademix 2022-03-26 09:22:51 +01:00
parent c7d624377d
commit 5075f1a87e
1 changed files with 1 additions and 1 deletions

View File

@ -192,7 +192,7 @@ html:not(.mobile) #scrollable {
padding: 0;
}
#top > .icon:hover:not(:disabled), #top > #top > .icon:active:not(:disabled) {
#top .icon:hover:not(:disabled), #top > #top > .icon:active:not(:disabled) {
outline: 0;
filter: none;
transform: scale(1.2);