Fix react & extra buttons not styled on tab-focus

このコミットが含まれているのは:
Tusooa Zhu 2022-08-19 08:45:59 -04:00 committed by HJ
コミット cd536157ee
2個のファイルの変更6行の追加0行の削除

ファイルの表示

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

ファイルの表示

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