We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 762fff7 commit ab085e2Copy full SHA for ab085e2
1 file changed
frontend/src/styles/caret.scss
@@ -76,6 +76,7 @@
76
background: transparent;
77
border: 0.05em solid var(--caret-color);
78
border-radius: 0.05em;
79
+ outline-style: none !important; // override tailwind class of the same name
80
}
81
82
&.underline {
0 commit comments