Skip to content

Commit

Permalink
fix(menuButton): fix scale for disabled menu button (#2319)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaharzil authored Aug 11, 2024
1 parent 57e6739 commit c84a9ae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
border-color: var(--disabled-background-color);
color: var(--disabled-text-color);
cursor: not-allowed;
pointer-events: none;
}

.disabled:hover {
Expand Down

0 comments on commit c84a9ae

Please sign in to comment.