We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cd719f commit dd0b293Copy full SHA for dd0b293
src/components/segment/segment.ios.scss
@@ -130,6 +130,23 @@ $segment-button-ios-toolbar-icon-line-height: 2.4rem !default;
130
}
131
132
133
+[dir="rtl"] .segment-ios .segment-button {
134
+ &:first-of-type {
135
+ margin-left: 0;
136
+
137
+ border-left-width: 0;
138
+ border-radius: 0 $segment-button-ios-border-radius $segment-button-ios-border-radius 0;
139
+ }
140
141
+ &:last-of-type {
142
+ margin-right: 0;
143
144
+ border-left-width: $segment-button-ios-border-width;
145
+ border-radius: $segment-button-ios-border-radius 0 0 $segment-button-ios-border-radius;
146
147
+}
148
149
150
.segment-ios.segment-disabled {
151
opacity: .4;
152
0 commit comments