Frontmatter
| id | 8462 |
| title | Portal App: Update SectionsList styling to match new transparent design |
| state | Closed |
| labels | enhancementai |
| assignees | tobiu |
| createdAt | Jan 9, 2026, 12:58 PM |
| updatedAt | Jan 9, 2026, 1:00 PM |
| githubUrl | https://github.com/neomjs/neo/issues/8462 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jan 9, 2026, 1:00 PM |
Portal App: Update SectionsList styling to match new transparent design
tobiu assigned to @tobiu on Jan 9, 2026, 1:00 PM

tobiu
Jan 9, 2026, 1:00 PM
Input from Gemini 3 Pro:
✦ I have updated
resources/scss/src/apps/portal/shared/content/SectionsList.scssto setbackground-color: transparenton.neo-list-item. This ensures non-selected items blend in with the new portal background, matching the design of the left-side tree navigation.
tobiu closed this issue on Jan 9, 2026, 1:00 PM
Goal: Update the styling of the
SectionsListcomponent in the Portal app to align with the new transparent design language introduced in recent updates.Changes Required:
resources/scss/src/apps/portal/shared/content/SectionsList.scss.TreeListaesthetic where appropriate.Reference: The user provided the following desired SCSS/CSS logic:
.neo-list .neo-list-item { background-color: transparent; // Was var(--list-item-background-color) // ... }And context about the new
.portal-shared-background.