Quick-add item should show hover state when accessed from keyboard
This commit is contained in:
parent
e0b6f881f0
commit
5860b9bbaf
1 changed files with 2 additions and 1 deletions
|
@ -74,7 +74,8 @@
|
||||||
transform: rotate(45deg);
|
transform: rotate(45deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.quick-add__item-toggle:hover {
|
.quick-add__item-toggle:hover,
|
||||||
|
.quick-add__item-toggle:focus {
|
||||||
@include themify() {
|
@include themify() {
|
||||||
.quick-add__icon {
|
.quick-add__icon {
|
||||||
polygon {
|
polygon {
|
||||||
|
|
Loading…
Reference in a new issue