[GeckoView] Don't change style for the download button when focused/hovered

This commit is contained in:
Calixte Denizet 2023-04-17 16:47:05 +02:00
parent 3e08eee511
commit dde79edba1

View File

@ -201,11 +201,6 @@ body {
opacity: 0.5;
}
.toolbarButton:hover,
.toolbarButton:focus-visible {
backdrop-filter: blur(20px) contrast(200%) invert(100%);
}
.toolbarButton::before {
display: inline-block;
width: 100%;
@ -220,10 +215,6 @@ body {
opacity: var(--toolbar-icon-opacity);
}
.toolbarButton:hover::before {
backdrop-filter: invert(60%);
}
#download::before {
mask-image: var(--toolbarButton-download-icon);
}