[ 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    pointer-events:none;
  18  }
  19  .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{
  20    display:inherit;
  21    flex:1;
  22    flex-direction:inherit;
  23    width:100%;
  24  }
  25  .wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child:after{
  26    border:1px dashed;
  27    content:"";
  28    display:flex;
  29    flex:1 0 40px;
  30    min-height:38px;
  31    pointer-events:none;
  32  }
  33  .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{
  34    pointer-events:all;
  35  }


Generated : Thu Nov 21 08:20:01 2024 Cross-referenced by PHPXref