Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
e538b9f2
Commit
e538b9f2
authored
5 years ago
by
Martijn Cuppens
Committed by
XhmikosR
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix Firefox rendering issue (#29234)
parent
116da0b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_variables.scss
+1
-1
scss/_variables.scss
with
1 addition
and
1 deletion
+1
-1
scss/_variables.scss
+
1
-
1
View file @
e538b9f2
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment