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

Border-radius set to naked/global "div".... seriously? #210

Open
justanotherco opened this issue Oct 30, 2018 · 0 comments
Open

Border-radius set to naked/global "div".... seriously? #210

justanotherco opened this issue Oct 30, 2018 · 0 comments

Comments

@justanotherco
Copy link

justanotherco commented Oct 30, 2018

Hi guys,

BP-Nouveau adds this styling:

div,
dl,
li,
textarea,
select,
input[type="search"],
input[type="submit"],
input[type="reset"] {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
background-clip: padding-box;
}

I am completely shocked and in disbelief how this got through to a major release. This css affects practically 95% of all elements (not just BuddyPress) on literally every normal-coded site in the world. Installing BuddyPress and using this template essentially makes a site look silly and broken.

Please fix/remove this. If you want to give something a border-radius, make it target the specific elements.

Thanks.

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

No branches or pull requests

1 participant