You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
640 B

1 year ago
  1. .block-editor-block-list__block[data-type="core/paragraph"].has-drop-cap:focus{
  2. min-height:auto !important;
  3. }
  4. .block-editor-block-list__block[data-empty=true] [data-rich-text-placeholder]{
  5. opacity:1;
  6. }
  7. .block-editor-block-list__block[data-empty=true]+.block-editor-block-list__block[data-empty=true]:not([data-custom-placeholder=true]) [data-rich-text-placeholder]{
  8. opacity:0;
  9. }
  10. .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"]{
  11. rotate:180deg;
  12. }