mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
[PS-1303] Desktop/browser: tweak .box-header-expandable styles (#3308)
* Add extra margin for desktop settings expanded header buttons * Only change box-header-expandable background on `:focus-visible` not `:focus` Avoids having the background colour "stick" when clicking with the mouse until you click somewhere else
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:focus,
|
||||
&:focus-visible,
|
||||
&.active {
|
||||
@include themify($themes) {
|
||||
background-color: themed("boxBackgroundHoverColor");
|
||||
|
||||
Reference in New Issue
Block a user