Main editor region outline does not display when navigating regions #32758
Labels
CSS Styling
Related to editor and front end styles, CSS-specific issues.
[Focus] Accessibility (a11y)
Changes that impact accessibility and need corresponding review (e.g. markup changes).
General Interface
Parts of the UI which don't fall neatly under other labels.
Good First Issue
An issue that's suitable for someone looking to contribute for the first time
[Status] Duplicate
Used to indicate that a current issue matches an existing one and can be closed
[Type] Bug
An existing feature does not function as intended
Description
When navigating regions, each region is expected to have a blue outline when focused.
This doesn't seem to happen in the post or widget editors due to another element overlapping the region.
Step-by-step reproduction instructions
Expected behaviour
The editor region is outlined when focused (the same as the header, footer, sidebar)
Actual behaviour
The editor region isn't outline when focused
Additional info
The CSS for the regions is here:
https://github.com/WordPress/gutenberg/blob/trunk/packages/components/src/higher-order/navigate-regions/style.scss
It might be possible to use a pseudo-element with a higher z-index to solve the issue.
The text was updated successfully, but these errors were encountered: