Fixes bug on mat-chip
This commit is contained in:
parent
da325854c9
commit
e41163878d
|
@ -15,3 +15,7 @@
|
|||
box-shadow: 0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15);
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
::ng-deep .mat-chip {
|
||||
height: auto !important;
|
||||
}
|
||||
|
|
|
@ -35,7 +35,7 @@ export class ExploreDmpFilterItemComponent extends BaseComponent implements OnIn
|
|||
|
||||
|
||||
optionSearchControl = new FormControl('');
|
||||
private selectedOptions: any[] = [];
|
||||
public selectedOptions: any[] = [];
|
||||
|
||||
@ViewChild('optionsList', { static: true }) selectionList: MatSelectionList;
|
||||
|
||||
|
|
|
@ -131,7 +131,7 @@
|
|||
}
|
||||
|
||||
.finalized-bookmark {
|
||||
color: #08bd63;;
|
||||
color: #08bd63;
|
||||
// color: #92d050;
|
||||
display: inline;
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in New Issue