Make WordPress Core

Ticket #60872: 60872.4.patch

File 60872.4.patch, 1.4 KB (added by pitamdey, 5 weeks ago)

Updated Patch

  • wp-includes/css/dist/block-library/style-rtl.css

     
    24522452  width:-moz-fit-content;
    24532453  width:fit-content;
    24542454}
    2455 .wp-block-read-more:not([style*=text-decoration]),.wp-block-read-more:not([style*=text-decoration]):active,.wp-block-read-more:not([style*=text-decoration]):focus{
     2455
     2456.wp-block-read-more:where(:not([style*=text-decoration])) {
     2457  text-decoration: underline;
     2458}
     2459
     2460.wp-block-read-more:not([style*=text-decoration]):active,.wp-block-read-more:not([style*=text-decoration]):focus{
    24562461  text-decoration:none;
    24572462}
    24582463
  • wp-includes/css/dist/block-library/style.css

     
    24522452  width:-moz-fit-content;
    24532453  width:fit-content;
    24542454}
    2455 .wp-block-read-more:not([style*=text-decoration]),.wp-block-read-more:not([style*=text-decoration]):active,.wp-block-read-more:not([style*=text-decoration]):focus{
     2455
     2456.wp-block-read-more:where(:not([style*=text-decoration])) {
     2457  text-decoration: underline;
     2458}
     2459
     2460.wp-block-read-more:not([style*=text-decoration]):active,.wp-block-read-more:not([style*=text-decoration]):focus{
    24562461  text-decoration:none;
    24572462}
    24582463