Skip to content

Commit

Permalink
fix(menu): disabled attribute does not take effect
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyang0210 committed Apr 21, 2023
1 parent b606527 commit be14ad8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions style/web/components/menu/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -831,6 +831,10 @@ a.@{prefix}-menu__item {
background-color: @menu-popup-item-hover-bg;
}
}

.@{prefix}-is-disabled {
color: @menu-item-disabled-color;
}
}

&__operations {
Expand Down

0 comments on commit be14ad8

Please sign in to comment.