wp/wp-includes/blocks/group/editor-rtl.css
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
    22   flex-direction:inherit;
    22   flex-direction:inherit;
    23   width:100%;
    23   width:100%;
    24 }
    24 }
    25 .wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child:after{
    25 .wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child:after{
    26   border:1px dashed;
    26   border:1px dashed;
    27   border-radius:2px;
       
    28   content:"";
    27   content:"";
    29   display:flex;
    28   display:flex;
    30   flex:1 0 48px;
    29   flex:1 0 40px;
    31   min-height:46px;
    30   min-height:38px;
    32   pointer-events:none;
    31   pointer-events:none;
    33 }
       
    34 .wp-block-group.is-layout-flex.block-editor-block-list__block>.block-list-appender:only-child:after:before{
       
    35   background:currentColor;
       
    36   bottom:0;
       
    37   content:"";
       
    38   left:0;
       
    39   opacity:.1;
       
    40   pointer-events:none;
       
    41   position:absolute;
       
    42   right:0;
       
    43   top:0;
       
    44 }
    32 }
    45 .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{
    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{
    46   pointer-events:all;
    34   pointer-events:all;
    47 }
    35 }