Make WordPress Core

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

File 58618-editor-style-block.css.diff, 1.6 KB (added by iamfarhan09, 3 years ago)
  • src/wp-admin/css/common.css

    diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css
    index 75048d3be5..8336546625 100644
    a b img.emoji { 
    840840        line-height: 24px;
    841841}
    842842
    843 strong, b {
    844         font-weight: 600;
    845 }
    846 
    847843.pre {
    848844        /* https://developer.mozilla.org/en-US/docs/CSS/white-space */
    849845        white-space: pre-wrap; /* css-3 */
  • 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;