From 244c9f5c5e649e346c1273db1144263e980dfcd7 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 30 Jun 2023 09:07:47 +0300 Subject: [PATCH] Update _reboot.scss --- scss/_reboot.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scss/_reboot.scss b/scss/_reboot.scss index 3555fe2e0569..81ea21617d02 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -524,15 +524,15 @@ legend { height: auto; } -// 1. Correct the outline style in Safari. -// 2. This overrides the extra rounded corners on search inputs in iOS so that our +// 1. This overrides the extra rounded corners on search inputs in iOS so that our // `.form-control` class can properly style them. Note that this cannot simply // be added to `.form-control` as it's not specific enough. For details, see // https://github.com/twbs/bootstrap/issues/11586. +// 2. Correct the outline style in Safari. [type="search"] { - -webkit-appearance: textfield; // 2 - outline-offset: -2px; // 1 + -webkit-appearance: textfield; // 1 + outline-offset: -2px; // 2 } // 1. A few input types should stay LTR