feat(ui): canonicalize exact range editing

This commit is contained in:
Codex
2026-08-28 11:41:21 +03:00
parent 6e7255ecdb
commit c8f4916423
6 changed files with 69 additions and 27 deletions
+4
View File
@@ -802,6 +802,10 @@ textarea.nodedc-field__control {
caret-color: currentColor;
}
.nodedc-range__editor[data-active][data-contrast="fill"] {
color: rgb(var(--nodedc-on-accent-rgb));
}
.nodedc-range[data-editing] > .nodedc-range__value,
.nodedc-range[data-editing] > .nodedc-range__fill-text .nodedc-range__value {
opacity: 0;