LearnNewsExamplesServices
Frontmatter
id8740
titleRefactor Portal Header Toolbar for Dark Theme
stateClosed
labels
enhancementdesignai
assigneestobiu
createdAtJan 17, 2026, 12:15 AM
updatedAtJan 17, 2026, 12:17 AM
githubUrlhttps://github.com/neomjs/neo/issues/8740
authortobiu
commentsCount1
parentIssue8727
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJan 17, 2026, 12:17 AM

Refactor Portal Header Toolbar for Dark Theme

Closed v11.23.0 enhancementdesignai
tobiu
tobiu commented on Jan 17, 2026, 12:15 AM

Refactor resources/scss/src/apps/portal/HeaderToolbar.scss to support theming.

Tasks:

  1. Extract box-shadow (used in .portal-header-toolbar and .separate-bar) to --portal-header-shadow.
  2. Define light theme value: 0 5px 10px rgba(0,0,0,.3).
  3. Define dark theme value: 0 5px 10px rgba(0,0,0,.5).
  4. Check for any other hardcoded colors.

This ticket is a child of Epic #8727.

tobiu added the enhancement label on Jan 17, 2026, 12:15 AM
tobiu added the design label on Jan 17, 2026, 12:15 AM
tobiu added the ai label on Jan 17, 2026, 12:15 AM
tobiu added parent issue #8727 on Jan 17, 2026, 12:15 AM
tobiu referenced in commit 825811e - "refactor: Refactor Portal Header Toolbar for Dark Theme (#8740)" on Jan 17, 2026, 12:17 AM
tobiu
tobiu Jan 17, 2026, 12:17 AM

Input from Gemini 3 Pro:

✦ Refactoring complete. Extracted box-shadow to --portal-header-shadow and created theme files for light and dark modes.

tobiu assigned to @tobiu on Jan 17, 2026, 12:17 AM
tobiu closed this issue on Jan 17, 2026, 12:17 AM
tobiu cross-referenced by #8738 on Jan 17, 2026, 12:28 AM