Skip to content

Commit 244c9f5

Browse files
authored
Update _reboot.scss
1 parent eadcf20 commit 244c9f5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

scss/_reboot.scss

+4-4
Original file line numberDiff line numberDiff line change
@@ -524,15 +524,15 @@ legend {
524524
height: auto;
525525
}
526526

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
529528
// `.form-control` class can properly style them. Note that this cannot simply
530529
// be added to `.form-control` as it's not specific enough. For details, see
531530
// https://github.com/twbs/bootstrap/issues/11586.
531+
// 2. Correct the outline style in Safari.
532532

533533
[type="search"] {
534-
-webkit-appearance: textfield; // 2
535-
outline-offset: -2px; // 1
534+
-webkit-appearance: textfield; // 1
535+
outline-offset: -2px; // 2
536536
}
537537

538538
// 1. A few input types should stay LTR

0 commit comments

Comments
 (0)