[buddypress-trac] [BuddyPress Trac] #8000: Border-radius set to naked/global "div".... why?
buddypress-trac
noreply at wordpress.org
Wed Nov 14 17:47:11 UTC 2018
#8000: Border-radius set to naked/global "div".... why?
--------------------------+-----------------------------
Reporter: capbell | Owner: (none)
Type: defect (bug) | Status: new
Priority: high | Milestone: Awaiting Review
Component: Core | Version: 3.0.0
Severity: major | Keywords:
--------------------------+-----------------------------
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 means anything with
borders/backgrounds/etc will look broken/silly.
Please fix and remove this. If you want to give something a border-radius,
make it target the specific BuddyPress elements or a class.
Thanks.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/8000>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list