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 (WordPress#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 and karthick-murugan committed Nov 13, 2024
1 parent e1efffc commit 32aeed5
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

0 comments on commit 32aeed5

Please sign in to comment.