mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Apply hover style to .overlayButton not only when hovered, but also when focused (issue #6261)
This commit is contained in:
parent
1da7e893a6
commit
c3b7ed4541
1 changed files with 1 additions and 0 deletions
|
@ -591,6 +591,7 @@ html[dir='rtl'] .splitToolbarButton > .toolbarButton {
|
|||
.splitToolbarButton > .toolbarButton:focus,
|
||||
.dropdownToolbarButton:hover,
|
||||
.overlayButton:hover,
|
||||
.overlayButton:focus,
|
||||
.toolbarButton.textButton:hover,
|
||||
.toolbarButton.textButton:focus {
|
||||
background-color: hsla(0,0%,0%,.2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue