mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01: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:
parent
da9dca6dd6
commit
b1a47b85b5
@ -33,7 +33,7 @@
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:focus,
|
||||
&:focus-visible,
|
||||
&.active {
|
||||
@include themify($themes) {
|
||||
background-color: themed("boxBackgroundHoverColor");
|
||||
|
@ -48,7 +48,7 @@
|
||||
}
|
||||
|
||||
&:hover,
|
||||
&:focus,
|
||||
&:focus-visible,
|
||||
&.active {
|
||||
@include themify($themes) {
|
||||
background-color: themed("boxBackgroundHoverColor");
|
||||
@ -77,6 +77,10 @@
|
||||
|
||||
&.box-content-padded {
|
||||
padding: 10px 15px;
|
||||
|
||||
.box-header-expandable[aria-expanded="true"] {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
&.condensed .box-content-row,
|
||||
|
Loading…
Reference in New Issue
Block a user