From 7a7b1c164867c60325a8b9644a777e4e5cdf52ce Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 15 Jun 2026 17:30:03 -0500 Subject: refactor(theme-studio): drop the per-row reset column from package faces Package faces was the only tier with a per-row reset button, in its own column. The syntax and ui tiers rely on the bulk reset alone, and the column cost horizontal space the table needs. I removed the per-row cell and its header, so the bulk reset (next to "lock all") is the single reset path now, matching the other tiers. A #viewtest assertion confirms the package rows carry no per-row reset button. The two weren't equivalent: the per-row button reset one face to its default, the bulk reset clears every unlocked face in the app. Losing single-face reset is the accepted tradeoff. --- scripts/theme-studio/theme-studio.template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/theme-studio/theme-studio.template.html') diff --git a/scripts/theme-studio/theme-studio.template.html b/scripts/theme-studio/theme-studio.template.html index 964724d9e..267a0c849 100644 --- a/scripts/theme-studio/theme-studio.template.html +++ b/scripts/theme-studio/theme-studio.template.html @@ -93,7 +93,7 @@ STYLES_CSS
-
face △fg △bg △stylecontrast △inherit △size △box
+
face △fg △bg △stylecontrast △inherit △size △box
-- cgit v1.2.3