File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -143,6 +143,25 @@ code,
143143
144144# code-mirror-override {
145145 @apply text-xs;
146+
147+ /* Operation highlighting CSS. TODO: turn on when we have more rich debug behavior toggling */
148+ /* .cm-operation-range { */
149+ /* --base-color: oklch(60% .2 15 / .3); */
150+
151+ /* .dark & { */
152+ /* --base-color: oklch(50% .2 15 / .5); */
153+ /* } */
154+
155+ /* background-color: var(--base-color); */
156+
157+ /* &[data-operation-type="StdLibCall"] { */
158+ /* background-color: oklch(from var(--base-color) l c calc(h + 120)); */
159+ /* } */
160+
161+ /* &[data-operation-type="VariableDeclaration"] { */
162+ /* background-color: oklch(from var(--base-color) l c calc(h + 240)); */
163+ /* } */
164+ /* } */
146165}
147166
148167/*
You can’t perform that action at this time.
0 commit comments