fix(segment): update segment border for rtl (#18326)

references #17012
This commit is contained in:
Brandy Carney
2019-05-21 17:46:14 -04:00
committed by GitHub
parent 845def82f5
commit 805b225876
2 changed files with 14 additions and 3 deletions

View File

@ -71,6 +71,11 @@
}
:host(:not(:first-of-type)) {
@include rtl() {
border-right-width: 0;
border-left-width: var(--border-width);
}
border-left-width: 0;
}