Opened 15 years ago
Closed 15 years ago
#3741 closed bug (fixed)
ui.theme.css should not contain border-radius properties
Reported by: | rdworth | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 1.7 |
Component: | ui.css-framework | Version: | 1.6rc4 |
Keywords: | rounded corners border-radius | Cc: | |
Blocked by: | Blocking: |
Description
The CSS Framework has rounded corner classes such as
.ui-corner-all
which adds a rounded corner in Mozilla and Webkit browsers using
-moz-border-radius -webkit-border-radius
It should not include the
border-radius
property as the spec has not yet reached Candidate Recommendation.
Note: See
TracTickets for help on using
tickets.
fixed in [1480]