[ISSUE 220] fixed
This commit is contained in:
parent
5512723950
commit
232dd6742c
|
@ -2,6 +2,7 @@
|
|||
<mat-tab-group
|
||||
mat-stretch-tabs
|
||||
animationDuration="0ms"
|
||||
[backgroundColor]="'transparent'"
|
||||
(selectedTabChange)="onSelectedTabChange($event)"
|
||||
class="global-menu"
|
||||
>
|
||||
|
|
|
@ -395,6 +395,10 @@ $daesang-grey: (
|
|||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
.mat-tab-labels .cdk-focused {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
.messages .container {
|
||||
background: mat-color($accent, 50);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user