We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d73d63d commit 7ef7dc8Copy full SHA for 7ef7dc8
style/mobile/components/tabs/_index.less
@@ -156,6 +156,10 @@
156
display: flex;
157
flex-wrap: nowrap;
158
align-items: center;
159
+
160
+ &--split {
161
+ .border(bottom, @tab-border-color);
162
+ }
163
}
164
165
&__track {
@@ -192,10 +196,6 @@
192
196
193
197
--td-tab-border-color: transparent;
194
198
195
-
- &--split {
- .border(bottom, @tab-border-color);
- }
199
200
201
&__content-inner {
0 commit comments