mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: focus state color on .btn[href] (#23469)
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user