-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Site editor: specify active state color for template navigation button #47851
Conversation
Size Change: +24 B (0%) Total Size: 1.31 MB
ℹ️ View Unchanged
|
Flaky tests detected in fc7de92. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4118501928
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just cherry-picked this PR to the release/15.1 branch to get it included in the next release: dbc7928 |
Cherry-picked this PR to the wp/6.2 branch. |
What?
Sets the active state color of template navigation back icon
Why?
So it doesn't disappear when you click on it.
Fixes: #47805
How?
Set the color on
:active
, and combines with:not([aria-disabled="true"])
so specificity is high enough to override the default.Testing Instructions
Screenshots or screencast
Before:
template-before.mp4
After:
template-after.mp4