Skip to content

Commit

Permalink
Merge pull request #589 from anlyyao/style/mobile/checkbox-border
Browse files Browse the repository at this point in the history
style(checkbox): adjust border style
  • Loading branch information
LeeJim committed Jun 27, 2022
2 parents 97d8695 + 5457a60 commit 3c8219f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style/mobile/components/checkbox/_index.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
align-items: center;
padding: 16px;
position: relative;
overflow: hidden;
color: @checkbox-icon-unchecked-color;

&__label {
Expand Down Expand Up @@ -90,13 +89,14 @@
position: absolute;
bottom: 0;
border-top: 1px solid @gray-color-3;
width: 100%;

&--left {
left: 48px;
right: 0;
}

&--right {
left: 0;
right: 48px;
}
}
Expand Down

0 comments on commit 3c8219f

Please sign in to comment.