Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
f6a1e2fc
Commit
f6a1e2fc
authored
5 years ago
by
Paweł Kuna
Committed by
XhmikosR
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Better radio input (#29441)
parent
494713b5
2 merge requests
!31948
Examples/Floating-labels: fix bad behavior with autofill
,
!30064
test
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 @
f6a1e2fc
...
...
@@ -545,7 +545,7 @@ $form-check-input-checked-bg-repeat: no-repeat !default;
$form-check-input-checked-bg-position
:
center
center
!
default
;
$form-check-input-checked-bg-size
:
1em
!
default
;
$form-check-input-checked-bg-image
:
url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'><path fill='none' stroke='
#{
$form-check-input-checked-color
}
' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M4 8.5L6.5 11l6-6'/></svg>")
!
default
;
$form-check-radio-checked-bg-image
:
url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='
3
' fill='
#{
$form-check-input-checked-color
}
'/></svg>")
!
default
;
$form-check-radio-checked-bg-image
:
url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='
2
' fill='
#{
$form-check-input-checked-color
}
'/></svg>")
!
default
;
$form-check-input-indeterminate-color
:
$component-active-color
!
default
;
$form-check-input-indeterminate-bg-color
:
$component-active-bg
!
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
Menu
Explore
Projects
Groups
Snippets