[Library | Trunk]: Fix some variables missing on css
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@60963 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
5e54624aca
commit
fc203cbfd8
|
@ -25,7 +25,7 @@
|
|||
|
||||
.uk-button-secondary.outlined:hover:enabled, .uk-button-secondary.outlined:focus:enabled, .uk-button-secondary.outlined:active:enabled{
|
||||
background-color: var(--theme-secondary-color);
|
||||
border-color: var(--secondary-color);
|
||||
border-color: var(--theme-secondary-color);
|
||||
color: var(--contrast-color);
|
||||
}
|
||||
|
||||
|
|
|
@ -133,8 +133,8 @@
|
|||
}
|
||||
|
||||
.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);
|
||||
color: #1a1a1a;
|
||||
border: 1px solid rgba(26, 26, 26, 0.2);
|
||||
background: white;
|
||||
}
|
||||
|
||||
|
@ -143,7 +143,7 @@
|
|||
}
|
||||
|
||||
.input-box .mat-chip.mat-standard-chip .mat-chip-remove {
|
||||
color: rgba(var(--text-color-rgb), 0.5);
|
||||
color: rgba(26, 26, 26, 0.5);
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
@ -224,8 +224,8 @@
|
|||
}
|
||||
|
||||
.input-borderless .mat-chip.mat-standard-chip, .mat-chip.mat-standard-chip:hover {
|
||||
color: var(--text-color);
|
||||
border: 1px solid rgba(var(--text-color-rgb), 0.5);
|
||||
color: #1a1a1a;
|
||||
border: 1px solid rgba(26, 26, 26, 0.5);
|
||||
background: white;
|
||||
}
|
||||
|
||||
|
@ -234,7 +234,7 @@
|
|||
}
|
||||
|
||||
.input-borderless .mat-chip.mat-standard-chip .mat-chip-remove {
|
||||
color: var(--text-color);
|
||||
color: #1a1a1a;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
}
|
||||
|
|
|
@ -57,8 +57,9 @@
|
|||
.portal-link, .grey-portal-link:hover {
|
||||
color: var(--portal-main-color);
|
||||
}
|
||||
|
||||
.grey-portal-link {
|
||||
color: rgba(var(--text-color-rgb), 0.8) !important;
|
||||
color: rgba(26, 26, 26, 0.8) !important;
|
||||
}
|
||||
|
||||
.portal-link:hover:not(.uk-icon-link), .portal-link:active:not(.uk-icon-link), .portal-link:focus:not(.uk-icon-link) {
|
||||
|
|
Loading…
Reference in New Issue