Skip to content

Commit

Permalink
Merge pull request #81 from ant-design/fix-list-border
Browse files Browse the repository at this point in the history
fix list 1px android #80
  • Loading branch information
pingan1927 authored Aug 11, 2016
2 parents f463a9a + a585e17 commit 573f38d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions components/style/mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@
top: 0;
bottom: auto;
right: auto;
height: 0;
height: 2px;
width: 100%;
border-bottom: 1px solid @color;
background-color: transparent;
border-top: 1px solid @color;
display: block;
z-index: 15;
.transform-origin(50% 0%);
Expand All @@ -46,7 +47,7 @@
right: auto;
width: 1px;
height: 100%;
border-bottom: 1px solid @color;
background-color: @color;
display: block;
z-index: 15;
.transform-origin(0% 50%);
Expand All @@ -66,13 +67,12 @@
content: '';
position: absolute;
left: @left;
//left: calc(~"100% - 15px");
bottom: 0;
right: auto;
top: auto;
height: 0;
height: 2px;
width: 100%;
//background-color: @color;
background-color: transparent;
border-bottom: 1px solid @color;
display: block;
z-index: 15;
Expand Down

0 comments on commit 573f38d

Please sign in to comment.