From a5f2a5be9fb5e1ce484f206947ea6233308b0443 Mon Sep 17 00:00:00 2001 From: Miodec Date: Thu, 20 Nov 2025 17:53:10 +0100 Subject: [PATCH] fix: double caret on webkit devices --- frontend/src/styles/test.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/styles/test.scss b/frontend/src/styles/test.scss index c1483b403f4a..ca9b8d94abe2 100644 --- a/frontend/src/styles/test.scss +++ b/frontend/src/styles/test.scss @@ -592,6 +592,7 @@ cursor: default; pointer-events: none; border-radius: 0; + caret-color: transparent; } #capsWarning {