diff options
| author | Christophe Besson <cbesson@gmail.com> | 2026-09-07 02:04:42 +0200 |
|---|---|---|
| committer | Christophe Besson <cbesson@gmail.com> | 2026-09-07 02:04:42 +0200 |
| commit | fbcb3461c5bfc0f9b902287896d655da6f0bfcd0 (patch) | |
| tree | 18678f7fbd415d6b29d7c4351861364b7a38c7c4 /packages/meshbay-hub/src/meshbay_hub/static/style.css | |
| parent | 375419c041a4523614b3a1b98fa54fb5acb1b8bf (diff) | |
| download | meshbay-fbcb3461c5bfc0f9b902287896d655da6f0bfcd0.tar.gz | |
fix(client): drop the "No changes to save" hint beside Save
The hint was added alongside the .app-save control, when an inert Save
was indistinguishable from an enabled one and the reader had no way to
tell "nothing changed" from "this is broken". The control now reads as
disabled on its own, so the sentence beside it is noise.
Removing it also removes what only existed to carry it: the .app-save-row
wrapper, its two style rules, and settings_app.no_changes in all ten
locales.
test_the_disabled_state_is_visually_distinct sliced the stylesheet on
.app-save-row; it now stops at the closing brace of .app-save:disabled.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011pvMdvLBG92jyhvD5pD6us
Diffstat (limited to 'packages/meshbay-hub/src/meshbay_hub/static/style.css')
| -rw-r--r-- | packages/meshbay-hub/src/meshbay_hub/static/style.css | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/packages/meshbay-hub/src/meshbay_hub/static/style.css b/packages/meshbay-hub/src/meshbay_hub/static/style.css index bf4e8e1..d1d5732 100644 --- a/packages/meshbay-hub/src/meshbay_hub/static/style.css +++ b/packages/meshbay-hub/src/meshbay_hub/static/style.css @@ -1298,8 +1298,6 @@ button:disabled { opacity: 0.5; cursor: not-allowed; } } /* Why it is inert, beside it — a disabled control that explains itself is the difference between "nothing changed" and "this is broken". */ -.app-save-row { display: flex; align-items: center; gap: 10px; margin-top: 8px; } -.app-save-why { font-size: 0.82em; color: var(--text-dim); } .app-settings-sub { margin: 18px 0 4px; font-size: 0.9em; font-weight: 600; |