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 bb76243 commit aa270b0Copy full SHA for aa270b0
scss/_reboot.scss
@@ -554,17 +554,16 @@ legend {
554
555
// 1. A few input types should stay LTR
556
// See https://rtlstyling.com/posts/rtl-styling#form-inputs
557
-// 2. RTL only output
558
-// See https://rtlcss.com/learn/usage-guide/control-directives/#raw
559
560
-/* rtl:raw:
561
-[type="tel"],
562
-[type="url"],
563
-[type="email"],
564
-[type="number"] {
565
- direction: ltr;
+*[dir="rtl"] {
+ [type="tel"],
+ [type="url"],
+ [type="email"],
+ [type="number"] {
+ direction: ltr;
+ }
566
}
567
-*/
+
568
569
// Remove the inner padding in Chrome and Safari on macOS.
570
0 commit comments