[rtl] Make spinner, scrolls
This commit is contained in:
parent
7aef8e20c3
commit
82a5411b8c
|
@ -318,3 +318,11 @@ body {
|
||||||
image-rendering: crisp-edges; // FF only
|
image-rendering: crisp-edges; // FF only
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rtl .ps-scrollbar-y-rail {
|
||||||
|
right: unset !important;
|
||||||
|
left: 1px !important;
|
||||||
|
.ps-scrollbar-y {
|
||||||
|
left: 0 !important;
|
||||||
|
}
|
||||||
|
}
|
|
@ -9,6 +9,12 @@
|
||||||
padding-left: 1px;
|
padding-left: 1px;
|
||||||
padding-right: @trigger-width + 2px;
|
padding-right: @trigger-width + 2px;
|
||||||
|
|
||||||
|
.rtl & {
|
||||||
|
text-align: left;
|
||||||
|
padding-left: @trigger-width + 2px;
|
||||||
|
padding-right: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
// border-color: @border-preview-select;
|
// border-color: @border-preview-select;
|
||||||
}
|
}
|
||||||
|
@ -46,6 +52,11 @@
|
||||||
border-bottom: @scaled-one-px-value-ie solid transparent;
|
border-bottom: @scaled-one-px-value-ie solid transparent;
|
||||||
border-bottom: @scaled-one-px-value solid transparent;
|
border-bottom: @scaled-one-px-value solid transparent;
|
||||||
|
|
||||||
|
.rtl & {
|
||||||
|
right: unset;
|
||||||
|
left: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
i {
|
i {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 4px;
|
width: 4px;
|
||||||
|
|
Loading…
Reference in a new issue