mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-06 03:34:40 +00:00
fix bug with draggable items showing sub menu's
This commit is contained in:
@@ -158,8 +158,11 @@ ul.magicDelete > li.deleting {
|
||||
margin-bottom: 8px !important;
|
||||
width: 85% !important;
|
||||
}
|
||||
li.item.draggable {
|
||||
.item.draggable {
|
||||
width: 100% !important;
|
||||
> .sub {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
#menu li.active > .sub > ul > .item {
|
||||
box-shadow: inset 3px 0 var(--item-colour, transparent);
|
||||
|
||||
Reference in New Issue
Block a user