Fix focus (unvisible) style

This commit is contained in:
tusooa 2023-05-22 22:14:44 -04:00
parent 8a1074336c
commit 0b2f676e50
No known key found for this signature in database
GPG Key ID: 42AEC43D48433C51
1 changed files with 5 additions and 5 deletions

View File

@ -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;
}