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
3d0d5f12
Commit
3d0d5f12
authored
6 years ago
by
ysds
Committed by
Mark Otto
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
workaround for IE that check indicator does not appear (#25944)
parent
0ee779b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_custom-forms.scss
+3
-2
scss/_custom-forms.scss
with
3 additions
and
2 deletions
+3
-2
scss/_custom-forms.scss
+
3
-
2
View file @
3d0d5f12
...
@@ -57,13 +57,14 @@
...
@@ -57,13 +57,14 @@
// Build the custom controls out of pseudo-elements.
// Build the custom controls out of pseudo-elements.
.custom-control-label
{
.custom-control-label
{
position
:
relative
;
margin-bottom
:
0
;
margin-bottom
:
0
;
// Background-color and (when enabled) gradient
// Background-color and (when enabled) gradient
&
::before
{
&
::before
{
position
:
absolute
;
position
:
absolute
;
top
:
((
$line-height-base
-
$custom-control-indicator-size
)
/
2
);
top
:
((
$line-height-base
-
$custom-control-indicator-size
)
/
2
);
left
:
0
;
left
:
-
$custom-control-gutter
;
display
:
block
;
display
:
block
;
width
:
$custom-control-indicator-size
;
width
:
$custom-control-indicator-size
;
height
:
$custom-control-indicator-size
;
height
:
$custom-control-indicator-size
;
...
@@ -78,7 +79,7 @@
...
@@ -78,7 +79,7 @@
&
::after
{
&
::after
{
position
:
absolute
;
position
:
absolute
;
top
:
((
$line-height-base
-
$custom-control-indicator-size
)
/
2
);
top
:
((
$line-height-base
-
$custom-control-indicator-size
)
/
2
);
left
:
0
;
left
:
-
$custom-control-gutter
;
display
:
block
;
display
:
block
;
width
:
$custom-control-indicator-size
;
width
:
$custom-control-indicator-size
;
height
:
$custom-control-indicator-size
;
height
:
$custom-control-indicator-size
;
...
...
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