Skip to content

Commit

Permalink
Merge pull request #12300 from Snuffleupagus/findbar-hover
Browse files Browse the repository at this point in the history
Fix various :hover effects in the findbar (PR 11077 follow-up)
  • Loading branch information
timvandermeij authored Aug 30, 2020
2 parents 06b53d7 + 931f2cf commit d1cc382
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion web/viewer.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit d1cc382

Please sign in to comment.