diff options
| author | tusooa <tusooa@kazv.moe> | 2023-05-22 22:14:44 -0400 |
|---|---|---|
| committer | tusooa <tusooa@kazv.moe> | 2023-05-22 22:14:44 -0400 |
| commit | 0b2f676e50c5fb8da1d5e673ee6a2723ee7c9e1e (patch) | |
| tree | 178b324a08a9c41992a7eb17506c70ad8d5033ec | |
| parent | 8a1074336c3cce8111a23281bbe71301b93c3420 (diff) | |
Fix focus (unvisible) style
| -rw-r--r-- | src/components/emoji_reactions/emoji_reactions.vue | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/components/emoji_reactions/emoji_reactions.vue b/src/components/emoji_reactions/emoji_reactions.vue index f30afcb2..3f76cdc6 100644 --- a/src/components/emoji_reactions/emoji_reactions.vue +++ b/src/components/emoji_reactions/emoji_reactions.vue @@ -143,6 +143,11 @@ outline: none; } + .svg-inline--fa { + color: $fallback--text; + color: var(--btnText, $fallback--text); + } + &.-picked-reaction { border: 1px solid var(--accent, $fallback--link); margin-left: -1px; // offset the border, can't use inset shadows either @@ -155,11 +160,6 @@ } @include unfocused-style { - .svg-inline--fa { - color: $fallback--text; - color: var(--btnText, $fallback--text); - } - .focus-marker { visibility: hidden; } |
