[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/blocks/read-more/ -> style-rtl.css (source)

   1  .wp-block-read-more {
   2    display: block;
   3    width: -moz-fit-content;
   4    width: fit-content;
   5  }
   6  .wp-block-read-more:where(:not([style*=text-decoration])) {
   7    text-decoration: none;
   8  }
   9  .wp-block-read-more:where(:not([style*=text-decoration])):focus, .wp-block-read-more:where(:not([style*=text-decoration])):active {
  10    text-decoration: none;
  11  }


Generated : Sat Jul 25 08:20:20 2026 Cross-referenced by PHPXref