Make WordPress Core

Ticket #56194: 56194.2.patch

File 56194.2.patch, 1.9 KB (added by multidots1896, 3 years ago)

added patch

  • wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css

     
    238238
    239239.editor-post-title__block .editor-post-title__input,
    240240.editor-styles-wrapper .wp-block-post-title,
    241 .editor-styles-wrapper .wp-block h1,
    242 .editor-styles-wrapper .wp-block h2,
    243 .editor-styles-wrapper .wp-block h3,
    244 .editor-styles-wrapper .wp-block h4,
    245 .editor-styles-wrapper .wp-block h5,
    246 .editor-styles-wrapper .wp-block h6 {
     241.editor-styles-wrapper h1,
     242.editor-styles-wrapper h2,
     243.editor-styles-wrapper h3,
     244.editor-styles-wrapper h4,
     245.editor-styles-wrapper h5,
     246.editor-styles-wrapper h6 {
    247247        font-feature-settings: "lnum";
    248248        font-variant-numeric: lining-nums;
    249249        font-weight: 700;
     
    251251        line-height: 1.25;
    252252        margin-top: 40px;
    253253        margin-bottom: 25px;
     254        text-transform: inherit;
    254255}
    255256
    256257.editor-post-title__block .editor-post-title__input,
  • wp-content/themes/twentytwenty/style-rtl.css

     
    342342.heading-size-6 {
    343343        font-size: 1.6rem;
    344344        letter-spacing: 0.03125em;
    345         text-transform: uppercase;
     345        text-transform: inherit;
    346346}
    347347
    348348p {
  • wp-content/themes/twentytwenty/style.css

     
    342342.heading-size-6 {
    343343        font-size: 1.6rem;
    344344        letter-spacing: 0.03125em;
    345         text-transform: uppercase;
     345        text-transform: inherit;
    346346}
    347347
    348348p {