From 6ee0ef8ed7684aa3228469588ad131036899f0dd Mon Sep 17 00:00:00 2001 From: Robin Scholtes Date: Mon, 24 Jul 2023 21:08:31 +1200 Subject: [PATCH] remove pointer events line to enable the popup of 'already added fav' --- src/web/stylesheets/components/_operation.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/web/stylesheets/components/_operation.css b/src/web/stylesheets/components/_operation.css index c5814f11..b994a1f4 100755 --- a/src/web/stylesheets/components/_operation.css +++ b/src/web/stylesheets/components/_operation.css @@ -42,7 +42,6 @@ li.operation.favourite > .op-icon.star-icon { opacity: 1; - pointer-events: none; } .op-icon.remove-icon {