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.

19 lines
1.1 KiB

1 year ago
  1. .edit-post-visual-editor .block-library-block__reusable-block-container .is-root-container{
  2. padding-left:0;
  3. padding-right:0;
  4. }
  5. .edit-post-visual-editor .block-library-block__reusable-block-container .block-editor-writing-flow{
  6. display:block;
  7. }
  8. .edit-post-visual-editor .block-library-block__reusable-block-container .components-disabled .block-list-appender{
  9. display:none;
  10. }
  11. .edit-post-visual-editor .block-editor-block-list__block:not(.remove-outline).is-reusable.is-highlighted,.edit-post-visual-editor .block-editor-block-list__block:not(.remove-outline).is-reusable.is-selected{
  12. box-shadow:inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color);
  13. }
  14. .edit-post-visual-editor .block-editor-block-list__block:not(.remove-outline).is-reusable.block-editor-block-list__block:not([contenteditable]):focus:after{
  15. box-shadow:0 0 0 var(--wp-admin-border-width-focus) var(--wp-block-synced-color);
  16. }
  17. .is-dark-theme .edit-post-visual-editor .block-editor-block-list__block:not(.remove-outline).is-reusable.block-editor-block-list__block:not([contenteditable]):focus:after{
  18. box-shadow:0 0 0 var(--wp-admin-border-width-focus) #fff;
  19. }