From 1e5190cd7debf801db64ed4a5a93865420c36e26 Mon Sep 17 00:00:00 2001 From: Robin Scholtes Date: Tue, 23 May 2023 20:19:20 +1200 Subject: [PATCH] [#181] a few classname and selector updates --- src/web/html/index.html | 2 +- src/web/stylesheets/components/_operation.css | 3 ++- src/web/stylesheets/components/operations/_operations.css | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/web/html/index.html b/src/web/html/index.html index 49b9d924b2..daa0af3ea4 100755 --- a/src/web/html/index.html +++ b/src/web/html/index.html @@ -200,7 +200,7 @@ diff --git a/src/web/stylesheets/components/_operation.css b/src/web/stylesheets/components/_operation.css index 2b9df5a56c..afc8abe9a9 100755 --- a/src/web/stylesheets/components/_operation.css +++ b/src/web/stylesheets/components/_operation.css @@ -44,8 +44,9 @@ cursor: pointer; } -.icon-add-favourite.fav-op { +li.operation.favourite > .icon-add-favourite { opacity: 1; + pointer-events: none; } .op-icon.remove-icon { diff --git a/src/web/stylesheets/components/operations/_operations.css b/src/web/stylesheets/components/operations/_operations.css index c668906877..2cb195b56b 100644 --- a/src/web/stylesheets/components/operations/_operations.css +++ b/src/web/stylesheets/components/operations/_operations.css @@ -23,7 +23,7 @@ background-color: var(--secondary-background-colour); } -#close-operations-dropdown.hidden, +#close-ops-dropdown-icon.hidden, #search-results.hidden, #categories.hidden { z-index: -10;