fix "Fix keyboard interaction on item adder"

This commit is contained in:
LenAnderson
2024-07-18 18:11:32 -04:00
parent 0c04f06c59
commit 4340143b7b
2 changed files with 3 additions and 2 deletions

View File

@@ -287,7 +287,7 @@
margin: 0 1em;
height: 0;
}
&:hover {
&:hover, &:focus-within {
opacity: 1;
}
}