[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

/wp-includes/blocks/button/ -> editor-rtl.css (source)

   1  .wp-block[data-align=center]>.wp-block-button{
   2    margin-left:auto;
   3    margin-right:auto;
   4    text-align:center;
   5  }
   6  
   7  .wp-block[data-align=right]>.wp-block-button{
   8    text-align:right;
   9  }
  10  
  11  .wp-block-button{
  12    cursor:text;
  13    position:relative;
  14  }
  15  .wp-block-button:focus{
  16    box-shadow:0 0 0 1px #fff, 0 0 0 3px var(--wp-admin-theme-color);
  17    outline:2px solid #0000;
  18    outline-offset:-2px;
  19  }
  20  .wp-block-button[data-rich-text-placeholder]:after{
  21    opacity:.8;
  22  }
  23  
  24  div[data-type="core/button"]{
  25    display:table;
  26  }
  27  
  28  .editor-styles-wrapper .wp-block-button[style*=text-decoration] .wp-block-button__link{
  29    text-decoration:inherit;
  30  }
  31  
  32  .editor-styles-wrapper .wp-block-button .wp-block-button__link:where(.has-border-color){
  33    border-width:initial;
  34  }
  35  .editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-top-color]){
  36    border-top-width:medium;
  37  }
  38  .editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-right-color]){
  39    border-left-width:medium;
  40  }
  41  .editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-bottom-color]){
  42    border-bottom-width:medium;
  43  }
  44  .editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-left-color]){
  45    border-right-width:medium;
  46  }
  47  .editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-style]){
  48    border-width:initial;
  49  }
  50  .editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-top-style]){
  51    border-top-width:medium;
  52  }
  53  .editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-right-style]){
  54    border-left-width:medium;
  55  }
  56  .editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-bottom-style]){
  57    border-bottom-width:medium;
  58  }
  59  .editor-styles-wrapper .wp-block-button .wp-block-button__link:where([style*=border-left-style]){
  60    border-right-width:medium;
  61  }


Generated : Thu Mar 28 08:20:01 2024 Cross-referenced by PHPXref