-
-
Notifications
You must be signed in to change notification settings - Fork 79.1k
Closed
Labels
Description
The new range control is defined with .custom-range class, but I wonder why it is CUSTOM.
The following is a list of bootstrap custom forms:
Why not .from-control-range or .form-range ?
Furthermore, I found .form-control-range class in the current SCSS:
Lines 75 to 80 in f81f419
| // Make file inputs better match text inputs by forcing them to new lines. | |
| .form-control-file, | |
| .form-control-range { | |
| display: block; | |
| width: 100%; | |
| } |
but .form-control-range is not documented anywhere.
@mdo Any chance to treat the new range control as a standard or default rather than a custom, and change the class name to .from-control-range or .form-range?
Thanks.
Reactions are currently unavailable
