mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Make input caret color match text color
This commit is contained in:
parent
58ff7216ca
commit
54db23e4ff
@ -185,6 +185,7 @@ input,
|
||||
select,
|
||||
textarea {
|
||||
color: $primary;
|
||||
caret-color: currentColor;
|
||||
|
||||
&[class*="span"] {
|
||||
float: none;
|
||||
|
Loading…
Reference in New Issue
Block a user