Skip to content

Commit

Permalink
Revert unrelated change
Browse files Browse the repository at this point in the history
  • Loading branch information
sirreal committed Sep 16, 2024
1 parent c1af308 commit 7496f88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions packages/a11y/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

## Unreleased

- Remove -webkit-clip-path prefixed CSS property.

## 4.7.0 (2024-09-05)

## 4.6.0 (2024-08-21)
Expand Down
1 change: 1 addition & 0 deletions packages/a11y/src/script/add-intro-text.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export default function addIntroText() {
'width: 1px;' +
'overflow: hidden;' +
'clip: rect(1px, 1px, 1px, 1px);' +
'-webkit-clip-path: inset(50%);' +
'clip-path: inset(50%);' +
'border: 0;' +
'word-wrap: normal !important;'
Expand Down

0 comments on commit 7496f88

Please sign in to comment.