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 4e957ed commit a647af0Copy full SHA for a647af0
1 file changed
src/core/components/picker/picker.less
@@ -35,10 +35,20 @@
35
top: 0;
36
}
37
&.picker-column-first:before {
38
- right: 100%;
+ .ltr({
39
+ right: 100%;
40
+ });
41
+ .rtl({
42
+ left: 100%;
43
44
45
&.picker-column-last:after {
- left: 100%;
46
47
48
49
50
51
52
53
&.picker-column-left {
54
text-align: left;
0 commit comments