Browse Source
Task/restore active indicator color of tabs to primary color (#6170)
* fix(styles): restore tabs active indicator color
feature/migrate-from-angular-material-design-2-to-3
Kenrick Tandrian
3 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
0 deletions
-
apps/client/src/styles/theme.scss
|
|
@ -386,8 +386,11 @@ $_tertiary: map.merge(map.get($_palettes, tertiary), $_rest); |
|
|
|
|
|
|
|
|
@include mat.tabs-overrides( |
|
|
@include mat.tabs-overrides( |
|
|
( |
|
|
( |
|
|
|
|
|
active-focus-indicator-color: var(--gf-theme-primary-500), |
|
|
active-focus-label-text-color: var(--gf-theme-primary-500), |
|
|
active-focus-label-text-color: var(--gf-theme-primary-500), |
|
|
|
|
|
active-hover-indicator-color: var(--gf-theme-primary-500), |
|
|
active-hover-label-text-color: var(--gf-theme-primary-500), |
|
|
active-hover-label-text-color: var(--gf-theme-primary-500), |
|
|
|
|
|
active-indicator-color: var(--gf-theme-primary-500), |
|
|
active-label-text-color: var(--gf-theme-primary-500), |
|
|
active-label-text-color: var(--gf-theme-primary-500), |
|
|
active-ripple-color: var(--gf-theme-primary-500), |
|
|
active-ripple-color: var(--gf-theme-primary-500), |
|
|
inactive-ripple-color: var(--gf-theme-primary-500) |
|
|
inactive-ripple-color: var(--gf-theme-primary-500) |
|
|
|