diff options
| author | Tusooa Zhu <tusooa@kazv.moe> | 2022-08-19 08:45:59 -0400 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-08-22 20:28:52 +0000 |
| commit | cd536157ee0e675f7a2d408043c2ddbbc30eaa3b (patch) | |
| tree | d8cf0348a2ab90d254bf7d5831a1dcac2e0ef6aa /src/components/extra_buttons/extra_buttons.vue | |
| parent | 5676b5cfc971edd1ce70763548b03c51963e8301 (diff) | |
Fix react & extra buttons not styled on tab-focus
Diffstat (limited to 'src/components/extra_buttons/extra_buttons.vue')
| -rw-r--r-- | src/components/extra_buttons/extra_buttons.vue | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/extra_buttons/extra_buttons.vue b/src/components/extra_buttons/extra_buttons.vue index 335aabb6..011dff9b 100644 --- a/src/components/extra_buttons/extra_buttons.vue +++ b/src/components/extra_buttons/extra_buttons.vue @@ -169,6 +169,9 @@ color: var(--text, $fallback--text); } + } + + .popover-trigger-button { @include unfocused-style { .focus-marker { visibility: hidden; |
