diff --git a/apps/browser/src/popup/scss/box.scss b/apps/browser/src/popup/scss/box.scss index 7139f4514d..6e0b6f9356 100644 --- a/apps/browser/src/popup/scss/box.scss +++ b/apps/browser/src/popup/scss/box.scss @@ -33,7 +33,7 @@ } &:hover, - &:focus, + &:focus-visible, &.active { @include themify($themes) { background-color: themed("boxBackgroundHoverColor"); diff --git a/apps/desktop/src/scss/box.scss b/apps/desktop/src/scss/box.scss index b3bd4004e2..64cbf370ab 100644 --- a/apps/desktop/src/scss/box.scss +++ b/apps/desktop/src/scss/box.scss @@ -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,