Skip to content

Commit

Permalink
fix: List actions default cursor style (ant-design#25961)
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 authored Aug 2, 2020
1 parent 58a72a2 commit 2e3fbaf
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions components/list/style/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,12 @@
font-size: @font-size-base;
line-height: @line-height-base;
text-align: center;
cursor: pointer;
}
& > li:first-child {
padding-left: 0;

&:first-child {
padding-left: 0;
}
}

&-split {
position: absolute;
top: 50%;
Expand Down

0 comments on commit 2e3fbaf

Please sign in to comment.