aboutsummaryrefslogtreecommitdiff
path: root/scripts/theme-studio/styles.css
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-15 23:40:32 -0500
committerCraig Jennings <c@cjennings.net>2026-06-15 23:40:32 -0500
commitabfec5f0179096a69e54a4a8d60306f6f0b97b22 (patch)
tree614b77aac267ece30df442ac29b7cf6ae353a58a /scripts/theme-studio/styles.css
parent8bbb56c44be2120d68bac2a45203b5dc488c8399 (diff)
downloaddotemacs-abfec5f0179096a69e54a4a8d60306f6f0b97b22.tar.gz
dotemacs-abfec5f0179096a69e54a4a8d60306f6f0b97b22.zip
refactor(theme-studio): drop the too-similar-colors warning box
The warning box under the palette wasn't useful there; the same ΔE info is reachable per-chip via the nearest-ΔE tooltip and inline contrast. Remove renderPaletteWarnings, the #palwarn element, its CSS, and the #deltatest gate. paletteWarnings still runs for the per-chip nearest distance.
Diffstat (limited to 'scripts/theme-studio/styles.css')
-rw-r--r--scripts/theme-studio/styles.css3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/theme-studio/styles.css b/scripts/theme-studio/styles.css
index 298421157..47f58aca6 100644
--- a/scripts/theme-studio/styles.css
+++ b/scripts/theme-studio/styles.css
@@ -77,9 +77,6 @@
.fhead .cdel:hover{color:#ff9078;border-color:#6d342c;background:#211512}
.fcount{margin-top:3px;font:9pt monospace;color:#8a9496;text-align:center}
.fcount input{width:40px;background:#0d0b0a;border:1px solid #252321;color:#cdced1;border-radius:4px;padding:2px 4px;font:9pt monospace;text-align:center}
- .palwarn{display:none;margin-top:8px;font:10pt monospace;color:#cb6b4d}
- .palwarn .pwh{font-weight:bold;margin-bottom:2px}
- .palwarn .pwl{opacity:.92}
.pchip{width:128px;height:58px;border-radius:6px;border:1px solid #555;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:grab}
.pchip.sel{outline:3px solid #e8bd30;outline-offset:2px} .pchip input.nm{background:transparent;border:none;text-align:center;font:bold 10pt monospace;width:108px;outline:none;cursor:pointer}
.pchip input.nm.editing{cursor:text;text-align:left}