make caret-color as text-color to make it for visible

pull/1804/head
Audric Ackermann 4 years ago
parent dbd6563fa0
commit 649a581dd2
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -24,7 +24,9 @@
input,
textarea {
caret-color: $session-color-green !important;
@include themify($themes) {
caret-color: themed('textColor') !important;
}
}
* {

Loading…
Cancel
Save