Make WordPress Core

Ticket #58495: 58495.patch

File 58495.patch, 2.6 KB (added by shailu25, 6 months ago)

Patch Added

  • 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..3c01d13085 100644
    a b hr.wp-block-separator.is-style-dots::before { 
    884884.editor-styles-wrapper .wp-block-pullquote footer {
    885885        color: #6d6d6d;
    886886        font-size: 16px;
    887         font-weight: 500;
     887        font-weight: inherit;
    888888        margin-top: 12px;
    889889        text-transform: none;
     890        font-style: inherit;
    890891}
    891892
    892893.editor-styles-wrapper .wp-block-pullquote.has-text-color cite,
  • 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..575dd05ef7 100644
    a b hr.wp-block-separator.is-style-dots::before { 
    888888.editor-styles-wrapper .wp-block-pullquote footer {
    889889        color: #6d6d6d;
    890890        font-size: 16px;
    891         font-weight: 500;
     891        font-weight: inherit;
    892892        margin-top: 12px;
    893893        text-transform: none;
     894        font-style: inherit;
    894895}
    895896
    896897.editor-styles-wrapper .wp-block-pullquote.has-text-color cite,
  • 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 e9200c45fe..a497b5d303 100644
    a b figure.wp-block-gallery.alignfull { 
    32243224.wp-block-pullquote blockquote p {
    32253225        font-family: inherit;
    32263226        font-size: 2.8rem;
    3227         font-weight: 700;
    32283227        line-height: 1.178571429;
    32293228        letter-spacing: -0.041785714em;
    32303229        max-width: 100%;
    32313230}
    32323231
     3232.wp-block-pullquote blockquote em{
     3233     font-weight: inherit;
     3234}
     3235
    32333236.wp-block-pullquote p:last-of-type {
    32343237        margin-bottom: 0;
    32353238}
  • 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 bd85ce4afe..8fec6abf52 100644
    a b figure.wp-block-gallery.alignfull { 
    32443244.wp-block-pullquote blockquote p {
    32453245        font-family: inherit;
    32463246        font-size: 2.8rem;
    3247         font-weight: 700;
    32483247        line-height: 1.178571429;
    32493248        letter-spacing: -0.041785714em;
    32503249        max-width: 100%;
    32513250}
    32523251
     3252.wp-block-pullquote blockquote em{
     3253     font-weight: inherit;
     3254}
     3255
    32533256.wp-block-pullquote p:last-of-type {
    32543257        margin-bottom: 0;
    32553258}