From c2c837d54e43dea363ccae78a8173ff5952f2d8a Mon Sep 17 00:00:00 2001 From: George Kalampokis Date: Wed, 29 Jan 2020 18:25:53 +0200 Subject: [PATCH] When hovering on User's DMPs make the mouse to show the pointer --- .../src/app/ui/user-profile/user-profile.component.html | 4 ++-- .../src/app/ui/user-profile/user-profile.component.scss | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dmp-frontend/src/app/ui/user-profile/user-profile.component.html b/dmp-frontend/src/app/ui/user-profile/user-profile.component.html index 71e4d086e..66b164950 100644 --- a/dmp-frontend/src/app/ui/user-profile/user-profile.component.html +++ b/dmp-frontend/src/app/ui/user-profile/user-profile.component.html @@ -32,9 +32,9 @@
- -
+
{{dmp.label}}
diff --git a/dmp-frontend/src/app/ui/user-profile/user-profile.component.scss b/dmp-frontend/src/app/ui/user-profile/user-profile.component.scss index 70be43784..8c566320d 100644 --- a/dmp-frontend/src/app/ui/user-profile/user-profile.component.scss +++ b/dmp-frontend/src/app/ui/user-profile/user-profile.component.scss @@ -1,6 +1,6 @@ -// .clickable{ -// cursor: pointer; -// } +.clickable{ + cursor: pointer; +} // .two-line-mat-option { // height: 3.5em; // line-height: 1.2em;