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
--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
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 */
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 */
0 commit comments