Skip to content

Commit

Permalink
fix(badge): #2618 格式化代码
Browse files Browse the repository at this point in the history
  • Loading branch information
qiusen committed Oct 19, 2023
1 parent dca2329 commit 3757fed
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/ui/menu/src/styles/menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -241,11 +241,13 @@ $disabled-color: use-color('gray', 400) !default;

&--disabled {
@include menu-item-disabled;
&:hover{

&:hover {
.#{$prefix}-item__inner {
border-color:use-color-static('white') ;
border-color: use-color-static('white');
}
}

.#{$prefix}-item__content {
color: $disabled-color;
}
Expand Down

0 comments on commit 3757fed

Please sign in to comment.