Make WordPress Core

Ticket #57250: 57250.2.diff

File 57250.2.diff, 2.1 KB (added by costdev, 23 months ago)

Adds a space between inherit and !important.

  • 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 2c3192b00f..6896da7659 100644
    a b hr.wp-block-separator.is-style-dots::before { 
    673673.editor-styles-wrapper .wp-block-quote__citation,
    674674.editor-styles-wrapper .wp-block-quote cite,
    675675.editor-styles-wrapper .wp-block-quote footer {
    676         color: #6d6d6d;
     676        color: inherit;
    677677        font-size: 14px;
    678678        font-weight: 600;
    679679        line-height: 1.25;
  • 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 18e8328107..837e77c701 100644
    a b hr.wp-block-separator.is-style-dots::before { 
    677677.editor-styles-wrapper .wp-block-quote__citation,
    678678.editor-styles-wrapper .wp-block-quote cite,
    679679.editor-styles-wrapper .wp-block-quote footer {
    680         color: #6d6d6d;
     680        color: inherit;
    681681        font-size: 14px;
    682682        font-weight: 600;
    683683        line-height: 1.25;
  • src/wp-content/themes/twentytwenty/style-rtl.css

    diff --git a/src/wp-content/themes/twentytwenty/style-rtl.css b/src/wp-content/themes/twentytwenty/style-rtl.css
    index f64549e516..183e2e1926 100644
    a b blockquote { 
    549549}
    550550
    551551cite {
    552         color: #6d6d6d;
     552        color: inherit !important;
    553553        font-size: 1.4rem;
    554554        font-style: normal;
    555555        font-weight: 600;
  • src/wp-content/themes/twentytwenty/style.css

    diff --git a/src/wp-content/themes/twentytwenty/style.css b/src/wp-content/themes/twentytwenty/style.css
    index c2ac1eac06..c6ab2eb7a2 100644
    a b blockquote { 
    553553}
    554554
    555555cite {
    556         color: #6d6d6d;
     556        color: inherit !important;
    557557        font-size: 1.4rem;
    558558        font-style: normal;
    559559        font-weight: 600;