Skip to content

Commit

Permalink
fix: visually-hidden voiceover table captions (#380)
Browse files Browse the repository at this point in the history
fix: .visually-hidden (VoiceOver on macOS)
  • Loading branch information
ppvg authored Oct 3, 2023
1 parent 15e6cfc commit 53e0949
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions manon/visually-hidden.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
white-space: nowrap;
overflow: hidden;
width: 0;
height: 0;
max-width: 0;
max-height: 0;
width: 1px;
height: 1px;

/* Overwriting any specifics that might have been set. */
/* !important is used here to solve any specificity issues */
Expand Down

0 comments on commit 53e0949

Please sign in to comment.