Opened 8 years ago
Closed 8 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 |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.0.3 |
| Component: | Bundled Theme | Version: | 5.0.2 |
| Severity: | normal | Keywords: | has-patch fixed-major |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)


Thanks for porting this over, @kjellr! The fix looks good -- I'll commit, then follow up in the PR to close loops.