#21473 closed defect (bug) (fixed)
Twenty Twelve: Style for comment form button
Reported by: | obenland | Owned by: | lancewillett |
---|---|---|---|
Milestone: | 3.5 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | Cc: |
Description
The commentform submit button should receive some Theme styling.
Attachments (4)
Change History (8)
Note: See
TracTickets for help on using
tickets.
21473.2.diff also makes button height browser compatible.
It seems the Firefox bug isn’t really a bug at all, but a “feature”: that is, it’s a deliberate decision by Firefox to limit line heights on buttons. This is evidenced by this line of CSS in Firefox’s default CSS:
Basically, Firefox is setting the line-height to “normal” on buttons and is enforcing this decision with an
!important
declaration.Source