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

Custom file input button border radius not correct #25499

Closed
QballDevelop opened this issue Jan 29, 2018 · 1 comment
Closed

Custom file input button border radius not correct #25499

QballDevelop opened this issue Jan 29, 2018 · 1 comment
Labels

Comments

@QballDevelop
Copy link

If you look good at below screenshot of the custom file input from BS4 docs, you'll see a border radius bug in the second button from right.

screen shot 2018-01-29 at 13 04 34

Now it's not that striking but if you change the button background color, it will be.

I believe that the fix is very simpel:
In the _input-group.scss file on line 49 and 51 it's styling the "::before" selector. I think it should be the "::after" selector.

I've done a search for the custom-file-label class and found another line at which the developers should take a look at when fixing this issue, it's in the mixin/_forms.scss on line 122. I don't know if that's not correct as well because I didn't give it much attention but it does look like it's not correct.

@ysds
Copy link
Member

ysds commented Jan 29, 2018

Wii be fixed via #25356

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

No branches or pull requests

3 participants