[Library | Assets]: Disable annotation button
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@58803 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
00c3fc7069
commit
364fa14411
|
@ -1801,10 +1801,14 @@ html {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.b2note button:hover {
|
.b2note button:not(.disabled):hover {
|
||||||
box-shadow: 0 1px 6px #00000033;
|
box-shadow: 0 1px 6px #00000033;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.b2note button.disabled {
|
||||||
|
cursor: unset;
|
||||||
|
}
|
||||||
|
|
||||||
.b2note button:focus {
|
.b2note button:focus {
|
||||||
outline-color: transparent;
|
outline-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue