Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ysds opened this issue Feb 28, 2018 · 0 comments
Closed

Comments

@ysds
Copy link
Member

ysds commented Feb 28, 2018

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;
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants