Fix react & extra buttons not styled on tab-focus

merge-requests/1699/head
Tusooa Zhu 2 years ago committed by HJ
parent 5676b5cfc9
commit cd536157ee

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

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

Loading…
Cancel
Save