mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
[GeckoView] Don't change style for the download button when focused/hovered
This commit is contained in:
parent
3e08eee511
commit
dde79edba1
1 changed files with 0 additions and 9 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue