Fixes bug on mat-chip

This commit is contained in:
apapachristou 2019-10-04 12:24:13 +03:00
parent da325854c9
commit e41163878d
3 changed files with 15 additions and 11 deletions

View File

@ -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;
}

View File

@ -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;

View File

@ -131,7 +131,7 @@
}
.finalized-bookmark {
color: #08bd63;;
color: #08bd63;
// color: #92d050;
display: inline;
position: absolute;