FIX: focus state color on .btn[href] (#23469)

This commit is contained in:
Kris 2023-09-07 17:51:34 -04:00 committed by GitHub
parent 75ce01a69b
commit 4ed0ab79f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,6 +75,9 @@
}
&[href] {
color: $text-color;
&:focus {
color: $hover-text-color;
}
}
.discourse-no-touch &:active:not(:hover):not(:focus),
.discourse-no-touch &.btn-active:not(:hover):not(:focus),