mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Merge pull request #12300 from Snuffleupagus/findbar-hover
Fix various :hover effects in the findbar (PR 11077 follow-up)
This commit is contained in:
commit
d1cc382383
1 changed files with 5 additions and 1 deletions
|
@ -531,11 +531,15 @@ html[dir='rtl'] .findbar .splitToolbarButton > .findNext {
|
|||
border-top-right-radius: 0;
|
||||
}
|
||||
|
||||
.findbar input[type="checkbox"] {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.findbar label {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.findbar .toolbarLabel:hover, .findbar label:hover,
|
||||
.findbar label:hover,
|
||||
.findbar input:focus + label {
|
||||
background-color: var(--button-hover-color);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue