Opened 4 years ago
Closed 4 years ago
#45689 closed defect (bug) (fixed)
Twenty Nineteen: Incorrect opacity and text shadow on submenus when there's a featured image.
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.0.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | has-patch fixed-major |
Focuses: | Cc: |
Description
On pages that have a featured image, submenu item labels are incorrectly inheriting some styles from the top-level menu text:
- The text have a small text-shadow
- The menu items are at 0.6 opacity on hover
This hurts readability, and results in the menu items appearing different from their counterparts on pages with no featured image.
The patch attached restores the expected styles:
(Ported from https://github.com/WordPress/twentynineteen/pull/730 in the Twenty Nineteen GitHub repository)
Attachments (2)
Change History (7)
#1
@
4 years ago
- Milestone changed from Awaiting Review to 5.0.3
- Owner set to laurelfulford
- Status changed from new to assigned
#2
@
4 years ago
Thanks @kjellr -- this looks good to me! I'll commit, and add a comment to the related GitHub PR to close the loop.
Note: See
TracTickets for help on using
tickets.
Corrected patch to run from the
src
directory.