From be197f2b6911ce20f10b0fccaf1e6551c441cb57 Mon Sep 17 00:00:00 2001 From: Adhityaa Chandrasekar Date: Fri, 22 Feb 2019 22:24:46 -0500 Subject: [PATCH] frontend: use pointer for names in card --- frontend/sass/commento-card.scss | 1 + frontend/sass/commento-logged.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/frontend/sass/commento-card.scss b/frontend/sass/commento-card.scss index c47601c..3583a7a 100644 --- a/frontend/sass/commento-card.scss +++ b/frontend/sass/commento-card.scss @@ -28,6 +28,7 @@ overflow: hidden; text-overflow: ellipsis; width: fit-content; + cursor: pointer; } .commento-flagged::after { diff --git a/frontend/sass/commento-logged.scss b/frontend/sass/commento-logged.scss index d831edf..f5c21f3 100644 --- a/frontend/sass/commento-logged.scss +++ b/frontend/sass/commento-logged.scss @@ -39,6 +39,7 @@ position: absolute; top: 6px; left: 48px; + cursor: pointer; } } }