Skip to content

Commit

Permalink
[Block Library - Read More]: Reduce text decoration specificity (#56038)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras authored Nov 13, 2023
1 parent fc8997e commit c204626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/read-more/style.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.wp-block-read-more {
display: block;
width: fit-content;
&:not([style*="text-decoration"]) {
&:where(:not([style*="text-decoration"])) {
text-decoration: none;

&:focus,
Expand Down

0 comments on commit c204626

Please sign in to comment.