Fix focus (unvisible) style

shigusegubu-vue3^2
tusooa 10 months ago
parent 8a1074336c
commit 0b2f676e50
No known key found for this signature in database
GPG Key ID: 42AEC43D48433C51
  1. 10
      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;
}

Loading…
Cancel
Save