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
bbee4143
Commit
bbee4143
authored
6 years ago
by
ysds
Committed by
Mark Otto
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix custom range height (#26898)
Fixes
#26897
parent
ab53ccc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_custom-forms.scss
+2
-1
scss/_custom-forms.scss
with
2 additions
and
1 deletion
+2
-1
scss/_custom-forms.scss
+
2
-
1
View file @
bbee4143
...
...
@@ -314,7 +314,8 @@
.custom-range
{
width
:
100%
;
padding-left
:
0
;
// Firefox specific
height
:
calc
(
#{
$custom-range-thumb-height
}
+
#{
$custom-range-thumb-focus-box-shadow-width
*
2
}
);
padding
:
0
;
// Need to reset padding
background-color
:
transparent
;
appearance
:
none
;
...
...
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