Make WordPress Core

Opened 4 weeks ago

Last modified 74 minutes ago

#61616 assigned enhancement

Add border to admin sidebar/bar for Windows high contrast mode

Reported by: wildworks's profile wildworks Owned by: rcreators's profile rcreators
Milestone: 6.7 Priority: normal
Severity: normal Version:
Component: Administration Keywords: has-patch
Focuses: accessibility Cc:

Description

When you enable high contrast mode on Windows, no border is drawn below the admin bar or to the right of the admin sidebar.

This makes the boundary between the content area and the navigation area unclear.

To address this issue in high contrast mode, both core and Gutenberg use an approach that adds styles like this one: outline: 1px solid transparent;

Attachments (4)

actual.png (51.0 KB) - added by wildworks 4 weeks ago.
Current view
expected.png (53.7 KB) - added by wildworks 4 weeks ago.
The view I want to look
patch-61616.patch (775 bytes) - added by hbhalodia 3 days ago.
Path for issue - 61616
patch-61616-2.patch (940 bytes) - added by hbhalodia 2 days ago.
Updated Patch

Download all attachments as: .zip

Change History (12)

@wildworks
4 weeks ago

Current view

@wildworks
4 weeks ago

The view I want to look

#1 @wildworks
4 weeks ago

  • Focuses accessibility added

This ticket was mentioned in Slack in #accessibility by joedolson. View the logs.


6 days ago

#3 @joedolson
6 days ago

  • Milestone changed from Awaiting Review to 6.7
  • Owner set to joedolson
  • Status changed from new to accepted

Makes sense to me!

#4 @joedolson
6 days ago

  • Owner changed from joedolson to rcreators
  • Status changed from accepted to assigned

This ticket was mentioned in PR #7127 on WordPress/wordpress-develop by @hbhalodia.


3 days ago
#5

  • Keywords has-patch added

Trac ticket: https://core.trac.wordpress.org/ticket/61616

## Issue

  • When you enable high contrast mode on Windows, no border is drawn below the admin bar or to the right of the admin sidebar. This makes the boundary between the content area and the navigation area unclear.

#6 @hbhalodia
3 days ago

Hi @wildworks @joedolson, I have rasied the PR as per the suggestion - https://github.com/WordPress/wordpress-develop/pull/7127

Can you please review the patch and let me know if that needs some more work, I am happy to update the PR with requested changes.

Thank You.

@hbhalodia
3 days ago

Path for issue - 61616

@hbhalodia
2 days ago

Updated Patch

#7 @wildworks
2 days ago

@hbhalodia Thanks for the update. patch-61616-2.patch works fine for me.

#8 @hbhalodia
74 minutes ago

Thanks for the confirmation @wildworks.

Note: See TracTickets for help on using tickets.