Commit c2c837d5 authored by George Kalampokis's avatar George Kalampokis
Browse files

When hovering on User's DMPs make the mouse to show the pointer

parent f72f734e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,9 +32,9 @@
						</div>
						<div>
							<mat-list>
								<mat-list-item class="clickable" (click)="navigateToDmp(dmp)"
								<mat-list-item (click)="navigateToDmp(dmp)"
									*ngFor="let dmp of userProfile.associatedDmps">
									<div>
									<div class="clickable">
										{{dmp.label}}
									</div>
									<div class="ml-2">
+3 −3
Original line number Diff line number Diff line
// .clickable{
//   cursor: pointer;
// }
.clickable{
  cursor: pointer;
}
// .two-line-mat-option {
// 	height: 3.5em;
// 	line-height: 1.2em;