mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
custom theme missing sidenav color
This commit is contained in:
parent
d127c4f8fe
commit
9564e3ceb2
@ -10,6 +10,7 @@ adf-layout-container {
|
||||
overflow: hidden;
|
||||
border-right: 1px solid var(--adf-theme-foreground-text-color-007);
|
||||
background-color: var(--theme-background-color);
|
||||
color: var(--adf-theme-foreground-text-color);
|
||||
}
|
||||
}
|
||||
|
||||
@ -32,7 +33,7 @@ adf-layout-container {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* stylelint-disable selector-class-pattern */
|
||||
/* stylelint-disable selector-class-pattern, declaration-no-important */
|
||||
#{$mat-sidenav-content},
|
||||
#{$mat-drawer-transition} #{$mat-drawer-content} {
|
||||
margin-left: 0 !important;
|
||||
|
Loading…
x
Reference in New Issue
Block a user