Opened 6 years ago
Closed 6 years ago
#45726 closed defect (bug) (fixed)
Twenty Nineteen: By default, the hover on outlined buttons is white text on a white background
Reported by: | kjellr | Owned by: | laurelfulford |
---|---|---|---|
Milestone: | 5.0.3 | Priority: | normal |
Severity: | normal | Version: | 5.0.2 |
Component: | Bundled Theme | Keywords: | has-patch fixed-major |
Focuses: | Cc: |
Description
Currently in Twenty Nineteen, if you choose the "Outlined" style for a button block, the hover state on the front end displays white text on a white background:
This is clearly not readable. The attached patch sets the text color to black by default, to match the outline color:
---
This patch ports over @rickalee's changes from https://github.com/WordPress/twentynineteen/pull/703
props: rickalee
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Thanks for porting this over, @kjellr! The fix looks good -- I'll commit, then follow up in the PR to close loops.