[bugfix] GoodsAction: duplicate style (#2140)

This commit is contained in:
neverland
2018-11-26 11:35:32 +08:00
committed by GitHub
parent 8dc060e50f
commit 8cd3c5a8a6
2 changed files with 2 additions and 46 deletions
+2 -6
View File
@@ -12,12 +12,8 @@
flex-direction: column;
justify-content: center;
&::after {
border-width: 1px 0 0 1px;
}
&:first-child::after {
border-left-width: 0;
&:not(:first-child)::after {
border-left-width: 1px;
}
&:active {