UX: Make input caret color match text color

This commit is contained in:
Kris 2019-06-05 14:26:59 -04:00
parent 58ff7216ca
commit 54db23e4ff
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ input,
select,
textarea {
color: $primary;
caret-color: currentColor;
&[class*="span"] {
float: none;