wp/wp-includes/blocks/paragraph/editor-rtl.css
changeset 22 8c2e4d02f4ef
parent 21 48c4eec2b7e6
equal deleted inserted replaced
21:48c4eec2b7e6 22:8c2e4d02f4ef
    11 }
    11 }
    12 
    12 
    13 .block-editor-block-list__block[data-type="core/paragraph"].has-text-align-left[style*="writing-mode: vertical-lr"],.block-editor-block-list__block[data-type="core/paragraph"].has-text-align-right[style*="writing-mode: vertical-rl"]{
    13 .block-editor-block-list__block[data-type="core/paragraph"].has-text-align-left[style*="writing-mode: vertical-lr"],.block-editor-block-list__block[data-type="core/paragraph"].has-text-align-right[style*="writing-mode: vertical-rl"]{
    14   rotate:180deg;
    14   rotate:180deg;
    15 }
    15 }
       
    16 
       
    17 .is-zoomed-out .block-editor-block-list__block[data-empty=true] [data-rich-text-placeholder]{
       
    18   opacity:0;
       
    19 }