Fix react & extra buttons not styled on tab-focus
This commit is contained in:
parent
5676b5cfc9
commit
cd536157ee
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user