Modify ↓
Opened 24 hours ago
#13872 new defect
* selector with !important is pretty harmful
Reported by: | Jun Omae | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | next-stable-1.6.x |
Component: | rendering | Version: | 1.4 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
wiki.css has the following style. Customizing site appearance is too hard due to the *
selector with !important
. I think that is so crazy and we absolutely should remove such rules.
h2.section + *, h3.section + * { margin-top: -1em !important; }
Attachments (0)
Note:
See TracTickets
for help on using tickets.