Merge pull request #20569 from calixteman/fix_caret_dark_mode

Make sure the caret is black in dark mode when in caret browsing mode
This commit is contained in:
calixteman 2026-01-14 16:57:05 +01:00 committed by GitHub
commit cbcb6279ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,8 @@
*/
.textLayer {
color-scheme: only light;
position: absolute;
text-align: initial;
inset: 0;