Skip to content

Commit

Permalink
style: adjustment style (#2021)
Browse files Browse the repository at this point in the history
  • Loading branch information
HaixingOoO authored Jan 8, 2025
1 parent 17d0a74 commit c569a21
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions style/web/components/menu/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,13 @@ a.@{prefix}-menu__item {
padding: 0 @comp-paddingLR-l;
justify-content: center;
transition: all @anim-duration-slow cubic-bezier(.645, .045, .355, 1);
gap: @comp-margin-m;
}

&__submenu {
border-top: 1px solid @head-menu-submenu-border-color;
padding-left: 0;
}

.@{prefix}-fake-arrow {
margin-left: @comp-margin-m;
}
}

// default-menu
Expand Down Expand Up @@ -528,10 +525,6 @@ a.@{prefix}-menu__item {
text-overflow: ellipsis;
border-radius: @border-radius-default;

> .@{prefix}-fake-arrow {
margin-left: @comp-margin-m;
}

::selection {
background: transparent;
}
Expand Down

0 comments on commit c569a21

Please sign in to comment.