[Trunk | Library]: library.css: Not hovered links (<a>) with class "result-preview-bottom", have #666 color (same as uk-text-muted) | Set opacity: 0.5 for class "half-opacity" (same as "filterLoading").

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@60390 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
konstantina.galouni 2021-02-09 20:07:49 +00:00
parent 186486f777
commit fd34d18070
1 changed files with 7 additions and 1 deletions

View File

@ -1075,9 +1075,15 @@ div.cdk-overlay-container {
a.filterLabel {
color: #1d1d1d !important;
}
.filterLoading{
.filterLoading, .half-opacity{
opacity: 0.5;
}
.result-preview-bottom a:not(:hover) {
/* same as uk-text-muted */
color: #666 !important;
}
/*Chnages for Sicky Search form*/
/*