Opened 9 years ago
Closed 9 years ago
#29963 closed defect (bug) (fixed)
Twenty Fifteen: Bottom border on `a` elements looks odd when the link content is an image
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.1 | Priority: | normal |
Severity: | normal | Version: | 4.1 |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | ui | Cc: |
Description
It's particularly unnerving when the image has transparency because you can see the border line through the middle of the image.
Attachments (4)
Change History (15)
#3
@
9 years ago
While border-bottom
allows for fancier styles accounting for the different types of content (videos, iframes, images, etc) that can be wrapped in an anchor element it looks like text-decoration: underline
is the only cross-browser supported non-jQuery solution here.
This ticket was mentioned in IRC in #wordpress-dev by rachelbaker. View the logs.
9 years ago
#8
@
9 years ago
- Owner set to iandstewart
- Resolution set to fixed
- Status changed from new to closed
In 29927:
Note: See
TracTickets for help on using
tickets.
How it looks with the rule applied