Fix react & extra buttons not styled on tab-focus

This commit is contained in:
Tusooa Zhu 2022-08-19 08:45:59 -04:00 committed by HJ
parent 5676b5cfc9
commit cd536157ee
2 changed files with 6 additions and 0 deletions

View File

@ -169,6 +169,9 @@
color: var(--text, $fallback--text);
}
}
.popover-trigger-button {
@include unfocused-style {
.focus-marker {
visibility: hidden;

View File

@ -142,6 +142,9 @@
color: var(--text, $fallback--text);
}
}
.popover-trigger-button {
@include unfocused-style {
.focus-marker {
visibility: hidden;