palantir/blueprint

Windows High Contrast mode styling issues

Open

#5622 opened on Sep 27, 2022

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (20,263 stars) (2,167 forks)batch import
Domain: accessibilityP2Package: corePackage: tableType: bughelp wanted

Description

Follow-up issues from #5524

Environment

  • Package version(s): @blueprintjs/core as of #5524
  • Operating System: Windows with High Contrast mode enabled
  • Browser name and version: Edge

Styling issues

Listed below roughly in order of importance:

Active tab indicator is hard/impossible to see

Progress bar is invisible

Slider filled track is invisible

Non ideal state icon stroke has low contrast

we shouldn't apply the opacity adjustment in high contrast mode:

Skeleton styling has no effect

maybe we should make the text color transparent?

Tables

Not 100% sure what we should do here, but adding borders between all cells probably makes the most sense. Also a thicker border between row/col headers and the table body

Contributor guide