[#181] rename hideOperations / resetOperations to more semantic name

This commit is contained in:
Robin Scholtes 2023-04-20 19:21:15 +12:00
parent 432f2e49ee
commit caa57aeb74
4 changed files with 20 additions and 21 deletions

View file

@ -20,7 +20,7 @@
border-bottom: 1px solid var(--primary-border-colour);
}
#reset-operations.hidden,
#close-operations-dropdown.hidden,
#search-results.hidden,
#categories.hidden {
z-index: -10;
@ -32,6 +32,7 @@
border-bottom: none;
}
/* On desktop UI, the dropdown is always open */
#search-results.hidden,
#categories.hidden {
z-index: initial;