[UwU] Fix search caret color (#837)

- Fix search caret color not displaying correctly on dark theme
- Fixes #822
This commit is contained in:
Corbin Crutchley
2023-10-19 11:12:08 -07:00
committed by GitHub

View File

@@ -72,6 +72,7 @@
.input input:-webkit-autofill:focus,
.input input:-webkit-autofill:active {
color: var(--foreground_emphasis-high);
caret-color: var(--foreground_emphasis-high);
-webkit-text-fill-color: var(--foreground_emphasis-high);
-webkit-box-shadow: 0 0 0 var(--form-field_min-height) var(--form-field_background_focused) inset;
}