Skip to content

Commit ee6834d

Browse files
committed
doc(select): correct css styles in select panel custom styling example (#13691)
1 parent 44db886 commit ee6834d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
.example-panel-red .mat-select-panel {
1+
.example-panel-red.mat-select-panel {
22
background: rgba(255, 0, 0, 0.5);
33
}
44

5-
.example-panel-green .mat-select-panel {
5+
.example-panel-green.mat-select-panel {
66
background: rgba(0, 255, 0, 0.5);
77
}
88

9-
.example-panel-blue .mat-select-panel {
9+
.example-panel-blue.mat-select-panel {
1010
background: rgba(0, 0, 255, 0.5);
1111
}

0 commit comments

Comments
 (0)