[Trunk | Library]:
1. library.css: Add class "cursor-default". 2. showAuthors.component.ts: Use "cursor-default" class for clicking in authors with orcid. git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@56513 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
b34cf1bae0
commit
6523f8cb58
|
@ -1078,3 +1078,7 @@ textarea {
|
|||
[class*="uk-animation-"] {
|
||||
animation-fill-mode: none !important;
|
||||
}
|
||||
|
||||
.cursor-default {
|
||||
cursor: default;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue