When hovering on User's DMPs make the mouse to show the pointer
This commit is contained in:
parent
f72f734ed4
commit
c2c837d54e
|
@ -32,9 +32,9 @@
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<mat-list>
|
<mat-list>
|
||||||
<mat-list-item class="clickable" (click)="navigateToDmp(dmp)"
|
<mat-list-item (click)="navigateToDmp(dmp)"
|
||||||
*ngFor="let dmp of userProfile.associatedDmps">
|
*ngFor="let dmp of userProfile.associatedDmps">
|
||||||
<div>
|
<div class="clickable">
|
||||||
{{dmp.label}}
|
{{dmp.label}}
|
||||||
</div>
|
</div>
|
||||||
<div class="ml-2">
|
<div class="ml-2">
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
// .clickable{
|
.clickable{
|
||||||
// cursor: pointer;
|
cursor: pointer;
|
||||||
// }
|
}
|
||||||
// .two-line-mat-option {
|
// .two-line-mat-option {
|
||||||
// height: 3.5em;
|
// height: 3.5em;
|
||||||
// line-height: 1.2em;
|
// line-height: 1.2em;
|
||||||
|
|
Loading…
Reference in New Issue