[improvement] Cell: optimize border (#1902)

This commit is contained in:
neverland
2018-10-09 11:47:28 +08:00
committed by GitHub
parent df9299457d
commit f5e114cf08
21 changed files with 102 additions and 84 deletions
+5 -2
View File
@@ -13,8 +13,11 @@
overflow: hidden;
&:not(:last-child)::after {
margin-left: 15px;
border-bottom-width: 1px;
@include hairline-bottom($border-color, 15px);
}
&--borderless::after {
display: none;
}
&-group {