Make WordPress Core

Ticket #58618: 58618-editor-style-block.css.2.diff

File 58618-editor-style-block.css.2.diff, 1.2 KB (added by iamfarhan09, 3 years ago)
  • src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css

    diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
    index d31394f2dd..5f36433ec2 100644
    a b hr.wp-block-separator.is-style-dots::before {  
    795795/* Block: Pullquote -------------------------- */
    796796
    797797.editor-styles-wrapper .wp-block-pullquote {
    798         border: none;
     798        border-style: solid;
    799799        color: inherit;
    800800        padding: 0;
    801801        position: relative;
  • src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css

    diff --git a/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css b/src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
    index 08fee73794..4ec99fe07b 100644
    a b hr.wp-block-separator.is-style-dots::before {  
    799799/* Block: Pullquote -------------------------- */
    800800
    801801.editor-styles-wrapper .wp-block-pullquote {
    802         border: none;
     802        border-style: solid;
    803803        color: inherit;
    804804        padding: 0;
    805805        position: relative;