buddypress / next-template-packs

is this the next BuddyPress template pack?
35 stars 9 forks source link

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

Open justanotherco opened 6 years ago

justanotherco commented 6 years ago

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.