Opened 12 years ago
Closed 12 years ago
#23962 closed defect (bug) (fixed)
Twenty Thirteen: Gallery post format missing styles for category links
Reported by: | ziegenberg | Owned by: | lancewillett |
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | normal | Version: | 3.6 |
Component: | Bundled Theme | Keywords: | has-patch needs-testing |
Focuses: | Cc: |
Description
The post format "Gallery" is missing some styling for the category links. The category names itself have different colouring than the commas separating them whereas the tag names have the same colouring as their separating commas.
Solution: Add missing selector .format-gallery span.categories-links
.
Attachments (3)
Change History (12)
#4
@
12 years ago
- Keywords needs-testing added; needs-refresh removed
I updated the patch and removed all .tag-links
adjustments (2 occurrences) where they changed the style of listings in the category or tag listings.
#6
@
12 years ago
There is more we can do here I think. Did you check the media queries and the default declaration?
#7
@
12 years ago
- Summary changed from Twenty Thirteen: Post-Format Gallery missing styling in categorie links to Twenty Thirteen: Gallery post format missing styles for category links
Note: See
TracTickets for help on using
tickets.
It actually should be the other way around: Unlinked text should remain the same color as the rest of the text. Like the sticky text.
Would you mind updating your patch? I think we can remove most of the
.tag-links
adjustments.