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