230500
This commit is contained in:
11
backup/wp/wp-includes/blocks/read-more/style-rtl.css
Normal file
11
backup/wp/wp-includes/blocks/read-more/style-rtl.css
Normal file
@@ -0,0 +1,11 @@
|
||||
.wp-block-read-more{
|
||||
display:block;
|
||||
width:-moz-fit-content;
|
||||
width:fit-content;
|
||||
}
|
||||
.wp-block-read-more:where(:not([style*=text-decoration])){
|
||||
text-decoration:none;
|
||||
}
|
||||
.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{
|
||||
text-decoration:none;
|
||||
}
|
||||
Reference in New Issue
Block a user