mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-20 19:56:49 +01:00
Syncs @wordpress/* packages to the 'latest' npm tag. Props mamaduka, joemcgill, youknowriad, swissspidy, sergiomdgomes, gziolo. See #62887. Built from https://develop.svn.wordpress.org/trunk@59775 git-svn-id: http://core.svn.wordpress.org/trunk@59117 1a063a9b-81f0-0310-95a4-ce76da25c4cd
10 lines
301 B
CSS
10 lines
301 B
CSS
.wp-block-read-more{
|
|
display:block;
|
|
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;
|
|
} |