focus to more elements

This commit is contained in:
Freeplay 2023-02-11 14:11:25 -05:00
parent 2c837da3e3
commit 9bd958e692
2 changed files with 2 additions and 2 deletions

View File

@ -96,7 +96,7 @@ function close() {
height: 100px;
border-radius: 10px;
&:hover {
&:hover, &:focus-visible {
color: var(--accent);
background: var(--accentedBg);
text-decoration: none;

View File

@ -67,7 +67,7 @@ export default defineComponent({
font-size: 0.9em;
margin-bottom: 0.3rem;
&:hover {
&:hover, &:focus-visible {
text-decoration: none;
background: var(--panelHighlight);
}