[ISSUE 220] fixed
This commit is contained in:
parent
5512723950
commit
232dd6742c
|
@ -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"
|
||||||
>
|
>
|
||||||
|
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user