Skip to content

Commit

Permalink
[GeckoView] Don't change style for the download button when focused/h…
Browse files Browse the repository at this point in the history
…overed
  • Loading branch information
calixteman committed Apr 17, 2023
1 parent 3e08eee commit dde79ed
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions web/viewer-geckoview.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand All @@ -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);
}
Expand Down

0 comments on commit dde79ed

Please sign in to comment.