From 4e3d705ff83938b6d6fb33cf0de2b21b2e87478c Mon Sep 17 00:00:00 2001 From: Sofia Date: Fri, 8 Dec 2023 09:13:31 +0300 Subject: [PATCH] Add a hover state to change the cursor for indicating the vote button's clickability. --- app/assets/stylesheets/application.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 2877731..2f82540 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -245,6 +245,7 @@ h3 { height: auto; border: none; background-color: transparent; + cursor: pointer; } .vote-button img { @@ -254,6 +255,7 @@ h3 { .vote-button.voted { opacity: 0.5; + cursor: pointer; } .voted-button img {