From 9ac2aca6d45119fa3cdb96384168a4d39f77d307 Mon Sep 17 00:00:00 2001 From: wufengfan Date: Sun, 7 Jun 2026 16:32:58 +0800 Subject: [PATCH] fix(css): add missing closing brace in onboarding__skip:disabled A second merged conflict artefact from #2752 (onboarding) and #3129 (InlineDiff) left an unclosed block at line 7082. Same root cause as PR #3418 but at a different offset. The check-css-syntax.mjs script (PR #3420) now catches this, but upstream itself is affected. --- desktop/frontend/src/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/frontend/src/styles.css b/desktop/frontend/src/styles.css index 58dab1a71..d53a814c2 100644 --- a/desktop/frontend/src/styles.css +++ b/desktop/frontend/src/styles.css @@ -7082,7 +7082,7 @@ a[href] { .onboarding__skip:disabled { opacity: 0.4; cursor: not-allowed; - +} /* Memory filter input: a full-width mem-input variant that sits below the section title. The existing mem-input already has a 28px height