Skip to content

Missing changing class name from .custom-file-control to custom-file-label #25735

@ysds

Description

@ysds

The old .custom-file-control class have been rewrited to .custom-file-label in #25068.

Related diff: https://github.com/twbs/bootstrap/pull/25068/files#diff-e5540857a54676b43146ad92add2dbde

But .custom-file-control class is still exist in the current SCSS:

&:focus ~ .custom-file-control {
border-color: $custom-file-focus-border-color;
box-shadow: $custom-file-focus-box-shadow;
&::before {
border-color: $custom-file-focus-border-color;
}
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions