Skip to content

Commit

Permalink
Update form-handler.css (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
qiyundai authored Aug 20, 2024
1 parent a3206a7 commit 34606a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ecc/blocks/form-handler/form-handler.css
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,14 @@
cursor: pointer;
}

.form-handler .side-menu .nav-item:disabled {
pointer-events: none;
cursor: unset;
}

.form-handler .side-menu .nav-item.disabled {
pointer-events: none;
cursor: unset;
opacity: 0.5;
}

Expand Down

0 comments on commit 34606a6

Please sign in to comment.