[Library | Trunk]: Add annotaton button always primary
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60276 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
b2152f1f19
commit
6574d8233a
|
@ -116,7 +116,7 @@
|
||||||
<span *ngIf="!pid || !isLoggedIn" class="uk-link-text uk-text-bold uk-text-uppercase uk-text-muted"
|
<span *ngIf="!pid || !isLoggedIn" class="uk-link-text uk-text-bold uk-text-uppercase uk-text-muted"
|
||||||
[attr.uk-tooltip]="!pid?'Annotations are available only for resources with a PID (persistent identifier) like DOI, handle, PMID':
|
[attr.uk-tooltip]="!pid?'Annotations are available only for resources with a PID (persistent identifier) like DOI, handle, PMID':
|
||||||
'Annotations are available only for logged in users'">
|
'Annotations are available only for logged in users'">
|
||||||
<span class="uk-icon-button uk-icon uk-disabled">
|
<span class="uk-icon-button uk-button-primary uk-icon uk-disabled">
|
||||||
<img src="assets/common-assets/b2note.png">
|
<img src="assets/common-assets/b2note.png">
|
||||||
</span>
|
</span>
|
||||||
<span class="uk-margin-small-left">add annotation</span>
|
<span class="uk-margin-small-left">add annotation</span>
|
||||||
|
|
Loading…
Reference in New Issue