mirror of
https://github.com/discourse/discourse.git
synced 2025-02-05 19:11:13 +00:00
FIX: focus state color on .btn[href]
(#23469)
This commit is contained in:
parent
75ce01a69b
commit
4ed0ab79f6
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user