From e2097c31041a7b21ddb6e264a4fc15072d462d85 Mon Sep 17 00:00:00 2001 From: Django Date: Fri, 18 Oct 2024 04:31:19 -0600 Subject: [PATCH] Remove clip & -webkit-clip-path for downloadable-block-list-item style.scss (#66147) * Remove clip for screen-reader-text CSS * item__author display none while is-installing Co-authored-by: mediaformat Co-authored-by: afercia Co-authored-by: colorful-tones --- .../downloadable-block-list-item/style.scss | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/packages/block-directory/src/components/downloadable-block-list-item/style.scss b/packages/block-directory/src/components/downloadable-block-list-item/style.scss index 6fce5e1b5b32a7..e13e46ef8d8786 100644 --- a/packages/block-directory/src/components/downloadable-block-list-item/style.scss +++ b/packages/block-directory/src/components/downloadable-block-list-item/style.scss @@ -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; } } }