mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
ui improvements + remove unused code
This commit is contained in:
@@ -940,7 +940,6 @@ export function OpenMenuOptions() {
|
||||
const element = ListItems[i];
|
||||
|
||||
element.classList.add('draggable');
|
||||
element.setAttribute('draggable', true);
|
||||
if (element.classList.contains('hasChildren')) {
|
||||
element.classList.remove('active');
|
||||
menu.firstChild.classList.remove('noscroll');
|
||||
|
||||
@@ -1667,10 +1667,11 @@ body {
|
||||
--menuHidden: none;
|
||||
}
|
||||
.editmenuoption {
|
||||
padding: 8px;
|
||||
background: var(--better-light);
|
||||
background: var(--background-primary);
|
||||
color: var(--text-primary);
|
||||
border-radius: 5px;
|
||||
margin: 0 10px;
|
||||
padding: 8px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.editmenuoption-container {
|
||||
|
||||
Reference in New Issue
Block a user