IBX-12207: Updated header and main menu styling - #2015
Open
tischsoic wants to merge 10 commits into
Open
Conversation
This was referenced Aug 19, 2026
Open
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
… purple Co-Authored-By: Claude <noreply@anthropic.com>
…llbar track Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
tischsoic
force-pushed
the
IBX-12207-update-header-styling
branch
from
August 20, 2026 10:03
1392445 to
ac98a32
Compare
Co-Authored-By: Claude <noreply@anthropic.com>
|
alekmick
approved these changes
Aug 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Warning
Merge order: design-system#126 (dark-mode mechanism) → design-system#131 (dark input variants) → this PR. The header search consumes the design system's dark input, so merging this first renders it with light input styling on the dark header.
Related PRs:
Description:
Restyles the existing back-office header and main menu to the new design. SCSS only, except one attribute pair in
menu/user.html.twig(see below). No renamed selectors — Behat locators and JS hooks are untouched.#0e1216, no bottom border, padding 12/16 → the bar is 64px (was 72px), search field 500px wide, purple accents (primary-30hover /primary-50pressed) replacing the old blue on the bell, avatar, search and match highlight.#0e1216surface with a#323639top border. That border is load-bearing — header and menu are now the same colour and would otherwise merge. The scrollbar track was set to the menu background so only the thumb shows.--ids-mode: darkon the wrapper,lightre-asserted on the white autocomplete panel), which let ~40 lines of duplicated colour rules go. Only the purple accent and the field's size stay local. The accent override sits on.ids-input-text .ids-inputbecause the DS re-points those custom properties on the input element itself, where an inherited ancestor value cannot win.<div>, so it gotrole="button"+tabindex="0"; without it the design's focus state was unreachable.Not included: "Site: All context" and "Ask AI" from the design have no markup yet; the avatar's initials colours live in ibexa/user (related PR); disabled states are skipped since none of these elements ever renders disabled.
For QA:
Documentation: