File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 20
20
.mat-subheader {
21
21
color : mat-color ($foreground , secondary-text );
22
22
}
23
+
24
+ .mat-list-item-disabled {
25
+ background : #ededed ;
26
+ }
23
27
}
24
28
25
29
.mat-divider {
69
73
.mat-subheader {
70
74
@include mat-typography-level-to-styles ($config , body- 2);
71
75
}
76
+
77
+ .mat-list-item-disabled {
78
+ background : #ededed ;
79
+ }
72
80
}
73
81
74
82
// Dense list
86
94
.mat-subheader {
87
95
font : mat-font-weight ($config , body-2 ) mat-font-size ($config , caption ) $font-family ;
88
96
}
97
+
98
+ .mat-list-item-disabled {
99
+ background : #ededed ;
100
+ }
89
101
}
90
102
}
Original file line number Diff line number Diff line change @@ -43,10 +43,6 @@ $mat-dense-list-icon-size: 20px;
43
43
position : relative ;
44
44
}
45
45
46
- .mat-list-item-disabled {
47
- background : #ededed ;
48
- }
49
-
50
46
.mat-list-item-content-reverse {
51
47
display : flex ;
52
48
align-items : center ;
You can’t perform that action at this time.
0 commit comments