[Libraryr | Trunk]: Fix chips css

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@60325 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2021-02-01 10:13:15 +00:00
parent 754feee51c
commit 186486f777
1 changed files with 16 additions and 0 deletions

View File

@ -79,3 +79,19 @@
.input-box .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
color: currentColor !important;
}
.input-box .mat-chip.mat-standard-chip, .mat-chip.mat-standard-chip:hover {
color: var(--text-color);
border: 1px solid rgba(var(--text-color-rgb), 0.2);
background: white;
}
.input-box .mat-chip.mat-standard-chip::after {
background: transparent;
}
.input-box .mat-chip.mat-standard-chip .mat-chip-remove {
color: rgba(var(--text-color-rgb), 0.5);
width: 20px;
height: 20px;
}