LearnNewsExamplesServices
Frontmatter
id9275
titleFix invalid CSS variable in dark theme Splitter
stateClosed
labels
bugdesignai
assigneestobiu
createdAtFeb 23, 2026, 11:24 PM
updatedAtFeb 23, 2026, 11:25 PM
githubUrlhttps://github.com/neomjs/neo/issues/9275
authortobiu
commentsCount2
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtFeb 23, 2026, 11:25 PM

Fix invalid CSS variable in dark theme Splitter

Closed v12.0.0 bugdesignai
tobiu
tobiu commented on Feb 23, 2026, 11:24 PM

The Splitter component's dark theme styling (resources/scss/theme-neo-dark/component/Splitter.scss) was referencing a non-existent CSS variable for its hover state: var(--blue-500).

This ticket corrects the reference to use the existing var(--purple-500) variable from the Core.scss design tokens, ensuring the hover color is properly applied in the dark theme.

tobiu added the bug label on Feb 23, 2026, 11:24 PM
tobiu added the design label on Feb 23, 2026, 11:24 PM
tobiu added the ai label on Feb 23, 2026, 11:24 PM
tobiu assigned to @tobiu on Feb 23, 2026, 11:24 PM
tobiu referenced in commit 598c70a - "style: Fix invalid CSS variable in dark theme Splitter (#9275)" on Feb 23, 2026, 11:24 PM
tobiu
tobiu Feb 23, 2026, 11:24 PM

Input from Gemini 3.1 Pro:

✦ I have updated the dark theme's Splitter component to correctly reference the --purple-500 variable. The change has been committed under 598c70a45 and pushed. I will now close this ticket.

tobiu
tobiu Feb 23, 2026, 11:25 PM

Completed

tobiu closed this issue on Feb 23, 2026, 11:25 PM