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 {