mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
Resolves #6799. Removes the two `.mat-mdc-paginator` CSS overrides in apps/client/src/styles.scss: - The dark-theme block setting the background to `rgba(var(--palette-foreground-base-dark), 0.02)` - The global block setting the background to `rgba(var(--palette-foreground-base-light), 0.02)` plus the `.mat-mdc-paginator-page-size { display: none }` rule (the selector was duplicated in the source) The default Angular Material paginator background is transparent / follows the surface theme, which matches the issue's request. Components that need to hide the page-size selector should use the paginator's `[hidePageSize]` API rather than a CSS override.pull/6800/head
1 changed files with 0 additions and 13 deletions
Loading…
Reference in new issue