Skip to content

Commit

Permalink
fix(menu): disabled attribute does not take effect (Tencent#1273)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangyang0210 authored and oljc committed May 9, 2023
1 parent 7eef496 commit b97171b
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 b97171b

Please sign in to comment.