Opened 6 years ago
Closed 6 years ago
#45715 closed defect (bug) (fixed)
Twenty Nineteen: Remove underline from the arrow that follows "Continue reading" links
Reported by: | kjellr | Owned by: | laurelfulford |
---|---|---|---|
Milestone: | 5.0.3 | Priority: | normal |
Severity: | normal | Version: | 5.0.1 |
Component: | Bundled Theme | Keywords: | has-patch fixed-major |
Focuses: | Cc: |
Description
As noted in https://github.com/WordPress/twentynineteen/issues/698 :
The link with the default text "Continue reading" appears on the post list page when a Read more block is inserted in a post. The link is underlined and has an arrow behind it which is also underlined.
Since the arrow is used as iconography and not text, it should not be underlined. The attached patch makes that change by changing it from inline
to inline-block
.
Before:
After:
---
This patch ports over @littlebigthing's changes from https://github.com/WordPress/twentynineteen/pull/699
props: littlebigthing
Attachments (1)
Change History (7)
Note: See
TracTickets for help on using
tickets.
Thanks for porting this over, @kjellr! The update looks good -- I'll commit, and follow up on the GitHub PR to close the loop.