mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
fix: re-enable clicks on menu items during sidebar editing
This commit is contained in:
@@ -3703,8 +3703,9 @@ div.day-empty {
|
|||||||
#menu ul.logo-link {
|
#menu ul.logo-link {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
|
||||||
/* Re-enable clicks on menu items (li) - they're inside the logo-link ul */
|
/* Re-enable clicks on menu items while sidebar editing swaps built-in items to <section> */
|
||||||
li {
|
li,
|
||||||
|
section {
|
||||||
pointer-events: auto;
|
pointer-events: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user