You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: code-input.css
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,10 @@ code-input {
24
24
to keep low precedence and thus overridability
25
25
The variable names may change and are for internal use. */
26
26
/* --code-input_highlight-text-color: Set by JS to be base text color of pre code element */
27
-
--code-input_no-override-color: revert; /* Set by JS for very short time to get whether color has been overriden */
28
-
color:var(--code-input_no-override-color,revert);
29
-
/* --code-input_default-caret-color: Set by JS to be same as color property */
30
-
caret-color:var(--code-input_default-caret-color, black);/* Set by JS to be equal to color property - currentColor won't work because it's lazily evaluated so gives transparent for the textarea */
27
+
/* --code-input_no-override-color: Set by JS for very short time to get whether color has been overriden */
28
+
color:var(--code-input_no-override-color,black);
29
+
/* --code-input_default-caret-color: Set by JS to be same as color property - currentColor won't work because it's lazily evaluated so gives transparent for the textarea */
0 commit comments