mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-09 15:55:01 -04:00
[#181] rename hideOperations / resetOperations to more semantic name
This commit is contained in:
parent
432f2e49ee
commit
caa57aeb74
4 changed files with 20 additions and 21 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue