[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

title

Body

[close]

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

   1  .wp-block-group .block-editor-block-list__insertion-point{
   2    left:0;
   3    right:0;
   4  }
   5  
   6  [data-type="core/group"].is-selected .block-list-appender{
   7    margin-left:0;
   8    margin-right:0;
   9  }
  10  [data-type="core/group"].is-selected .has-background .block-list-appender{
  11    margin-bottom:18px;
  12    margin-top:18px;
  13  }
  14  
  15  .wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child{
  16    gap:inherit;
  17  }
  18  .wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child,.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-default-block-appender__content,.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-inserter{
  19    display:inherit;
  20    flex:1;
  21    flex-direction:inherit;
  22    width:100%;
  23  }
  24  .wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child:after{
  25    border:1px dashed;
  26    content:"";
  27    display:flex;
  28    flex:1 0 40px;
  29    min-height:38px;
  30    pointer-events:none;
  31  }
  32  .wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child{
  33    pointer-events:none;
  34  }
  35  .wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-button-block-appender,.wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child .block-editor-inserter{
  36    pointer-events:all;
  37  }


Generated : Thu Oct 23 08:20:05 2025 Cross-referenced by PHPXref