[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/app@56513 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
e06cc5ae70
commit
c90a895e07
|
@ -14,7 +14,7 @@ import {EnvProperties} from '../properties/env-properties';
|
||||||
|
|
||||||
<span *ngFor="let author of authors.slice(0,numberOfAuthors) let i=index">
|
<span *ngFor="let author of authors.slice(0,numberOfAuthors) let i=index">
|
||||||
<i *ngIf="!author.orcid || (properties.environment == 'production')">{{author.fullName}}</i
|
<i *ngIf="!author.orcid || (properties.environment == 'production')">{{author.fullName}}</i
|
||||||
><a *ngIf="author.orcid && (properties.environment != 'production')"> <img src="assets/common-assets/common/ORCIDiD_icon16x16.png" alt="">{{" "}}<i>{{author.fullName}}</i></a
|
><a *ngIf="author.orcid && (properties.environment != 'production')" class="cursor-default"> <img src="assets/common-assets/common/ORCIDiD_icon16x16.png" alt="">{{" "}}<i>{{author.fullName}}</i></a
|
||||||
><div *ngIf="author.orcid && (properties.environment != 'production')" class=" default-dropdown uk-margin-remove-top uk-padding-medium"
|
><div *ngIf="author.orcid && (properties.environment != 'production')" class=" default-dropdown uk-margin-remove-top uk-padding-medium"
|
||||||
uk-dropdown="pos: bottom-left; mode:click" style="min-width: 70px !important;">
|
uk-dropdown="pos: bottom-left; mode:click" style="min-width: 70px !important;">
|
||||||
<b class="uk-margin-top">{{author.fullName}}</b>
|
<b class="uk-margin-top">{{author.fullName}}</b>
|
||||||
|
|
Loading…
Reference in New Issue