File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -524,15 +524,15 @@ legend {
524
524
height : auto ;
525
525
}
526
526
527
- // 1. Correct the outline style in Safari.
528
- // 2. This overrides the extra rounded corners on search inputs in iOS so that our
527
+ // 1. This overrides the extra rounded corners on search inputs in iOS so that our
529
528
// `.form-control` class can properly style them. Note that this cannot simply
530
529
// be added to `.form-control` as it's not specific enough. For details, see
531
530
// https://github.com/twbs/bootstrap/issues/11586.
531
+ // 2. Correct the outline style in Safari.
532
532
533
533
[type = " search" ] {
534
- -webkit-appearance : textfield; // 2
535
- outline-offset : -2px ; // 1
534
+ -webkit-appearance : textfield; // 1
535
+ outline-offset : -2px ; // 2
536
536
}
537
537
538
538
// 1. A few input types should stay LTR
You can’t perform that action at this time.
0 commit comments