Skip to content

Commit

Permalink
chore(table): 优化拖拽条hover时样式
Browse files Browse the repository at this point in the history
  • Loading branch information
zyprepare committed Nov 20, 2024
1 parent c2e17c4 commit 96ff46b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ui/table/src/styles/table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ $emptyContent: '#{$component-prefix}-table-body-empty-content' !default;
&:hover {
background-color: use-color-mode('primary');
border-left-color: use-color('gray', 200);
border-right-color: use-color('gray', 200);
}
}
}
Expand Down

0 comments on commit 96ff46b

Please sign in to comment.