Fix lint warnings

This commit is contained in:
eugene-sinitsyn 2020-03-10 17:49:50 +03:00 committed by Sergey Andrievskiy
parent dd22c1bf5e
commit d6d6ebcd1f
2 changed files with 5 additions and 3 deletions

View file

@ -12,4 +12,4 @@
$custom-light-theme: mat-light-theme(mat-palette($mat-indigo), mat-palette($mat-pink)); $custom-light-theme: mat-light-theme(mat-palette($mat-indigo), mat-palette($mat-pink));
@include angular-material-theme($custom-light-theme); @include angular-material-theme($custom-light-theme);
} }
} }

View file

@ -363,7 +363,9 @@ $theme: (
font-family-primary: unquote('Roboto, sans-serif'), font-family-primary: unquote('Roboto, sans-serif'),
shadow: unquote('0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12)'), shadow: unquote(
'0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12)'
),
card-shadow: shadow, card-shadow: shadow,
header-shadow: unquote( header-shadow: unquote(
'0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12)' '0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12)'
@ -476,7 +478,7 @@ $theme: (
option-list-border-style: none, option-list-border-style: none,
option-list-adjacent-border-style: none, option-list-adjacent-border-style: none,
option-background-color: color-basic-700, option-background-color: color-basic-700,
option-hover-background-color: #4A4A4A, option-hover-background-color: #4a4a4a,
option-focus-background-color: option-hover-background-color, option-focus-background-color: option-hover-background-color,
option-selected-background-color: #525252, option-selected-background-color: #525252,
option-selected-hover-background-color: option-selected-background-color, option-selected-hover-background-color: option-selected-background-color,