commit: 0b2f676e50c5fb8da1d5e673ee6a2723ee7c9e1e
parent 8a1074336c3cce8111a23281bbe71301b93c3420
Author: tusooa <tusooa@kazv.moe>
Date: Mon, 22 May 2023 22:14:44 -0400
Fix focus (unvisible) style
Diffstat:
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git 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;
}