Browse Source

style: optimize loading icon in rtl (#27010)

pull/27013/head
xrk 4 years ago
committed by GitHub
parent
commit
20efc58a8a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      components/cascader/style/rtl.less
  2. 6
      components/tree-select/style/index.less
  3. 6
      components/tree/style/rtl.less

6
components/cascader/style/rtl.less

@ -85,5 +85,11 @@
left: @control-padding-horizontal;
}
}
&-loading-icon {
.@{menu-rtl-cls} & {
transform: scaleY(-1);
}
}
}
}

6
components/tree-select/style/index.less

@ -49,5 +49,11 @@
}
}
}
&-loading-icon {
.@{tree-select-prefix-cls}-dropdown-rtl & {
transform: scaleY(-1);
}
}
}
}

6
components/tree/style/rtl.less

@ -29,6 +29,12 @@
}
}
}
&-loading-icon {
.@{tree-prefix-cls}-rtl& {
transform: scaleY(-1);
}
}
}
// ==================== Show Line =====================
&-show-line {

Loading…
Cancel
Save