Quick-add item should show hover state when accessed from keyboard

This commit is contained in:
Andrew Nicolaou 2019-11-25 14:28:59 +01:00
parent e0b6f881f0
commit 5860b9bbaf
1 changed files with 2 additions and 1 deletions

View File

@ -74,7 +74,8 @@
transform: rotate(45deg);
}
.quick-add__item-toggle:hover {
.quick-add__item-toggle:hover,
.quick-add__item-toggle:focus {
@include themify() {
.quick-add__icon {
polygon {