[ISSUE 220] fixed

This commit is contained in:
richard-loafle 2020-02-10 16:27:08 +09:00
parent 5512723950
commit 232dd6742c
2 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<mat-tab-group <mat-tab-group
mat-stretch-tabs mat-stretch-tabs
animationDuration="0ms" animationDuration="0ms"
[backgroundColor]="'transparent'"
(selectedTabChange)="onSelectedTabChange($event)" (selectedTabChange)="onSelectedTabChange($event)"
class="global-menu" class="global-menu"
> >

View File

@ -395,6 +395,10 @@ $daesang-grey: (
overflow: hidden !important; overflow: hidden !important;
} }
.mat-tab-labels .cdk-focused {
background-color: transparent !important;
}
.messages .container { .messages .container {
background: mat-color($accent, 50); background: mat-color($accent, 50);
} }