Merge pull request #12300 from Snuffleupagus/findbar-hover

Fix various :hover effects in the findbar (PR 11077 follow-up)
This commit is contained in:
Tim van der Meij 2020-08-30 16:07:43 +02:00 committed by GitHub
commit d1cc382383
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);
}