Diff: STRATO-apps/wordpress_03/app/wp-includes/blocks/read-more/style-rtl.css
Keine Baseline-Datei – Diff nur gegen leer.
1
-
1
+
.wp-block-read-more{
2
+
display:block;
3
+
width:fit-content;
4
+
}
5
+
.wp-block-read-more:where(:not([style*=text-decoration])){
6
+
text-decoration:none;
7
+
}
8
+
.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{
9
+
text-decoration:none;
10
+
}