[Library | Trunk]
- add reset icon - Input.css: hide arrows from input number - Update css rules slider z-index git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@60893 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
f47af0f22f
commit
20ed5a5b6f
|
@ -1,5 +1,5 @@
|
|||
# Z-Index
|
||||
|
||||
mat-slide-toggle:1
|
||||
Tab-Headers: 2
|
||||
Metrics: 3
|
||||
B2Note: 5
|
||||
|
|
|
@ -54,9 +54,12 @@
|
|||
}
|
||||
|
||||
/* Link */
|
||||
.portal-link {
|
||||
.portal-link, .grey-portal-link:hover {
|
||||
color: var(--portal-main-color);
|
||||
}
|
||||
.grey-portal-link {
|
||||
color: rgba(var(--text-color-rgb), 0.8) !important;
|
||||
}
|
||||
|
||||
.portal-link:hover:not(.uk-icon-link), .portal-link:active:not(.uk-icon-link), .portal-link:focus:not(.uk-icon-link) {
|
||||
text-decoration: underline !important;
|
||||
|
|
Loading…
Reference in New Issue