Skip to content

Commit

Permalink
[gchq#181] a few classname and selector updates
Browse files Browse the repository at this point in the history
  • Loading branch information
valdelaseras committed May 23, 2023
1 parent 8d14dfa commit 1e5190c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/web/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
<span class="pane-controls">
<button type="button"
class="btn bmd-btn-icon mobile-only hidden"
id="close-operations-dropdown"
id="close-ops-dropdown-icon"
title="Close dropdown">
<i class="material-icons">close</i>
</button>
Expand Down
3 changes: 2 additions & 1 deletion src/web/stylesheets/components/_operation.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion src/web/stylesheets/components/operations/_operations.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1e5190c

Please sign in to comment.