Make WordPress Core

Ticket #57378: 57378.patch

File 57378.patch, 1.8 KB (added by nidhidhandhukiya, 2 years ago)
  • wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_editor.scss

     
    2222        p {
    2323                font-family: var(--pullquote--font-family);
    2424                font-size: var(--pullquote--font-size);
    25                 font-style: var(--pullquote--font-style);
    26                 font-weight: 700;
     25                font-style:inherit;
     26                font-weight: inherit;
    2727                letter-spacing: var(--pullquote--letter-spacing);
    2828                line-height: var(--pullquote--line-height);
    2929                margin: 0;
     
    3636        .wp-block-pullquote__citation,
    3737        cite,
    3838        footer {
    39                 font-size: var(--global--font-size-xs);
    40                 font-style: var(--pullquote--font-style);
     39                font-size: inherit;
     40                font-style: inherit;
    4141                text-transform: none;
    4242        }
    4343
  • wp-content/themes/twentytwentyone/assets/sass/05-blocks/pullquote/_style.scss

     
    2222        p {
    2323                font-family: var(--pullquote--font-family);
    2424                font-size: var(--pullquote--font-size);
    25                 font-style: var(--pullquote--font-style);
    26                 font-weight: 700;
     25                font-style: inherit;
     26                font-weight: inherit;
    2727                letter-spacing: var(--pullquote--letter-spacing);
    2828                line-height: var(--pullquote--line-height);
    2929                margin: 0;
     
    3838        footer {
    3939                color: currentColor;
    4040                display: block;
    41                 font-size: var(--global--font-size-xs);
    42                 font-style: var(--pullquote--font-style);
     41                font-size: inherit;
     42                font-style:inherit;
    4343                text-transform: none;
    4444        }
    4545