From ab085e2cb73e0e806f8790408c9042ef87d8ece4 Mon Sep 17 00:00:00 2001 From: Miodec Date: Mon, 6 Apr 2026 11:56:05 +0200 Subject: [PATCH] fix: outline caret having a white outline --- frontend/src/styles/caret.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/styles/caret.scss b/frontend/src/styles/caret.scss index 89a2f3a8ebb6..05f3f72de703 100644 --- a/frontend/src/styles/caret.scss +++ b/frontend/src/styles/caret.scss @@ -76,6 +76,7 @@ background: transparent; border: 0.05em solid var(--caret-color); border-radius: 0.05em; + outline-style: none !important; // override tailwind class of the same name } &.underline {