diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-15 23:40:32 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-15 23:40:32 -0500 |
| commit | abfec5f0179096a69e54a4a8d60306f6f0b97b22 (patch) | |
| tree | 614b77aac267ece30df442ac29b7cf6ae353a58a /scripts/theme-studio/theme-studio.template.html | |
| parent | 8bbb56c44be2120d68bac2a45203b5dc488c8399 (diff) | |
| download | dotemacs-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/theme-studio.template.html')
| -rw-r--r-- | scripts/theme-studio/theme-studio.template.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/theme-studio/theme-studio.template.html b/scripts/theme-studio/theme-studio.template.html index 267a0c849..06c3e2bc5 100644 --- a/scripts/theme-studio/theme-studio.template.html +++ b/scripts/theme-studio/theme-studio.template.html @@ -56,7 +56,6 @@ STYLES_CSS</style> <div id="genpreview" class="genpreview"></div> </div> <div class="pals" id="pals"></div> - <div class="palwarn" id="palwarn"></div> </section> <h1>assignment</h1> <div class="pkgbar"><label style="color:#b4b1a2">view</label><select id="viewsel" class="chip" style="width:auto;font:bold 10pt monospace" onchange="onViewChange()"></select></div> |
