#52374 closed defect (bug) (fixed)
Twenty Twenty-One: Menu button has the wrong colors
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 5.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Bundled Theme | Keywords: | has-patch |
Focuses: | css | Cc: |
Description (last modified by )
An unintended side effect of the updated button styles in #51927 was that the menu button changed color.
In trunk, the current menu button has a dark grey background color
var(--global--color-primary);
and a transparent text.
As per design, the background should be transparent and the text should be dark grey.
Attachments (3)
Change History (9)
#3
@
4 years ago
- Owner set to SergeyBiryukov
- Resolution set to fixed
- Status changed from new to closed
In 50026:
#4
@
4 years ago
Tested the patch with @rolfsiebers and the patch worked as intended, see screenshot.
This ticket was mentioned in Slack in #core by francina. View the logs.
4 years ago
Note: See
TracTickets for help on using
tickets.
Menu button with incorrect colors