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;