Opened 12 years ago
Closed 12 years ago
#23549 closed enhancement (fixed)
Twenty Thirteen: header area with no site title or tagline should still be clickable (link to home)
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | Cc: |
Description
Header area should probably link to home_url()
even if no title or tagline.
Attachments (2)
Change History (8)
#3
@
12 years ago
That's what I was thinking too – you beat me to it.
Patch works for me.
It's odd though, seeing the :hover underline when mousing over anywhere in the header. Hm.
#4
@
12 years ago
One thing that would break with the first patch would be any CSS selectors that expected the anchor around the site title. Things like changing Header Text Color.
2nd patch addresses that as well as the hover style kwight mentioned.
Note: See
TracTickets for help on using
tickets.
23549.diff moves the
home_url
link to include the entire hgroup. Clicky goodness!