Frontmatter
| id | 8746 |
| title | Refine HeaderToolbar SCSS Specificity |
| state | Closed |
| labels | bugdesign |
| assignees | tobiu |
| createdAt | Jan 17, 2026, 5:06 AM |
| updatedAt | Jan 17, 2026, 5:07 AM |
| githubUrl | https://github.com/neomjs/neo/issues/8746 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | 8727 |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 17, 2026, 5:07 AM |
Refine HeaderToolbar SCSS Specificity
tobiu assigned to @tobiu on Jan 17, 2026, 5:07 AM

tobiu
Jan 17, 2026, 5:07 AM
Input from Gemini 3 Pro:
✦ Refined
HeaderToolbar.scssspecificity. Targeting.neo-button.neo-button-ghostensures ourtransparent !importantoverride wins against the theme's specific!importantrules for the active state.
tobiu closed this issue on Jan 17, 2026, 5:07 AM
tobiu added parent issue #8727 on Jan 17, 2026, 5:07 AM
Target
.neo-button.neo-button-ghostinresources/scss/src/apps/portal/HeaderToolbar.scssto ensure the override of theme-level active state styles (which have high specificity and!important). This fixes the "flash of background color" on click.