diff options
| author | Martijn Cuppens <[email protected]> | 2019-08-09 07:45:26 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-08-17 17:03:00 +0300 |
| commit | e538b9f23e644857dfd73cabe716d887b69d13a5 (patch) | |
| tree | 3ffa29f6729ce4ae2cb75af977bf0d11feb15d68 | |
| parent | 116da0b7468c2b703142c2f76d312f0a509c14f4 (diff) | |
| download | bootstrap-e538b9f23e644857dfd73cabe716d887b69d13a5.tar.xz bootstrap-e538b9f23e644857dfd73cabe716d887b69d13a5.zip | |
Fix Firefox rendering issue (#29234)
| -rw-r--r-- | scss/_variables.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_variables.scss b/scss/_variables.scss index a9444ebf2..28b94a8a2 100644 --- a/scss/_variables.scss +++ b/scss/_variables.scss @@ -660,7 +660,7 @@ $form-feedback-invalid-color: theme-color("danger") !default; $form-feedback-icon-valid-color: $form-feedback-valid-color !default; $form-feedback-icon-valid: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#{$form-feedback-icon-valid-color}' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/></svg>") !default; $form-feedback-icon-invalid-color: $form-feedback-invalid-color !default; -$form-feedback-icon-invalid: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='#{$form-feedback-icon-invalid-color}' viewBox='0 0 12 12'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.1'/></svg>") !default; +$form-feedback-icon-invalid: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='#{$form-feedback-icon-invalid-color}' viewBox='0 0 12 12'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='#{$form-feedback-icon-invalid-color}' stroke='none'/></svg>") !default; $form-validation-states: () !default; // stylelint-disable-next-line scss/dollar-variable-default |
