[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-content/themes/twentytwentyone/assets/sass/05-blocks/file/ -> _editor.scss (source)

   1  .wp-block-file {
   2  
   3      .wp-block-file__textlink {
   4          text-decoration: underline;
   5          text-decoration-style: solid;
   6          text-decoration-thickness: 1px;
   7  
   8          &:hover {
   9              text-decoration: underline;
  10              text-decoration-style: dotted;
  11          }
  12      }
  13  
  14      .wp-block-file__button {
  15          // Extend button style
  16          @include button-style();
  17          display: inline-block;
  18  
  19          // Remove :focus styles in the editor
  20          &:focus {
  21              outline-offset: inherit;
  22              outline: inherit;
  23          }
  24      }
  25  }


Generated : Sun May 5 08:20:02 2024 Cross-referenced by PHPXref