Apply hover style to .overlayButton not only when hovered, but also when focused (issue #6261)
This commit is contained in:
parent
1da7e893a6
commit
c3b7ed4541
@ -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…
x
Reference in New Issue
Block a user