mirror of
https://github.com/discourse/discourse.git
synced 2025-06-04 08:36:05 +08:00
UX: Make input caret color match text color
This commit is contained in:
@ -185,6 +185,7 @@ input,
|
||||
select,
|
||||
textarea {
|
||||
color: $primary;
|
||||
caret-color: currentColor;
|
||||
|
||||
&[class*="span"] {
|
||||
float: none;
|
||||
|
Reference in New Issue
Block a user