Skip to content

Commit

Permalink
fix: Don’t use deprecated CSS properties in '.sr-only'
Browse files Browse the repository at this point in the history
  • Loading branch information
smockle authored Sep 18, 2024
1 parent 48e1cb5 commit df0d41b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utilities/visibility-display.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
clip-path: rect(0 0 0 0);
// Workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=1241631
word-wrap: normal;
overflow-wrap: normal;
border: 0;
}

Expand Down

0 comments on commit df0d41b

Please sign in to comment.