Skip to content

Commit

Permalink
Remove clip & -webkit-clip-path for downloadable-block-list-item styl…
Browse files Browse the repository at this point in the history
…e.scss (#66147)

* Remove clip for screen-reader-text CSS

* item__author display none while is-installing

Co-authored-by: mediaformat <[email protected]>
Co-authored-by: afercia <[email protected]>
Co-authored-by: colorful-tones <[email protected]>
  • Loading branch information
4 people authored Oct 18, 2024
1 parent 9d2b320 commit e2097c3
Showing 1 changed file with 1 addition and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,7 @@

&.is-installing {
.block-directory-downloadable-block-list-item__author {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
-webkit-clip-path: inset(50%);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
word-wrap: normal !important;
display: none;
}
}
}
Expand Down

1 comment on commit e2097c3

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in e2097c3.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/11402075906
📝 Reported issues:

Please sign in to comment.