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 d33ae71 commit a23cc7cCopy full SHA for a23cc7c
1 file changed
src/plugins/counter/counter.scss
@@ -16,4 +16,9 @@
16
padding: localVar(padding, common.globalVar(button_padding, common.$icon-button-padding));
17
line-height: localVar(line_height, common.globalVar(icon_size, common.$icon-size));
18
user-select: localVar(user_select, none);
19
+
20
+ [dir="rtl"] & {
21
+ left: localVar(rtl_left, unset);
22
+ right: localVar(rtl_right, 0);
23
+ }
24
}
0 commit comments