UX: popup menu buttons need focus style (#11962)

This commit is contained in:
Kris 2021-02-04 09:37:45 -05:00 committed by GitHub
parent 12ffba771c
commit dbb5c373ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,7 @@
align-self: flex-start;
}
&:focus,
&:hover {
color: var(--primary);
background: var(--tertiary-low);
@ -50,6 +51,7 @@
color: var(--primary);
}
&:focus,
&:hover {
.d-icon,
.d-button-label {