Make WordPress Core

Changeset 58630

Timestamp:
07/02/2024 08:46:46 PM (5 weeks ago)
Author:
karmatosed
Message:

Twenty Nineteen: Fixes font size and citation display for Pullquote block.

The pullquote block text decoration was not the same front and within the editor. This resolves that and resets.

Props pitamdey, viralsampat, sabernhardt.
Fixes #61507.

Location:
trunk/src/wp-content/themes/twentynineteen
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentynineteen/sass/blocks/_blocks.scss

    r58199 r58630  
    371371        border-width: 2px;
    372372        padding: $size__spacing-unit;
     373
    373374
    374375        blockquote {
     
    397398
    398399        cite {
    399             display: inline-block;
     400            display: block;
    400401            @include font-family( $font__heading );
    401402            line-height: 1.6;
  • trunk/src/wp-content/themes/twentynineteen/style-rtl.css

    r58582 r58630  
    56825682  border-width: 2px;
    56835683  padding: 1rem;
     5684
    56845685}
    56855686
     
    57115712
    57125713.entry .entry-content .wp-block-pullquote cite {
    5713   display: inline-block;
     5714  display: block;
    57145715  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    57155716  line-height: 1.6;
  • trunk/src/wp-content/themes/twentynineteen/style.css

    r58582 r58630  
    56945694  border-width: 2px;
    56955695  padding: 1rem;
     5696
    56965697}
    56975698
     
    57235724
    57245725.entry .entry-content .wp-block-pullquote cite {
    5725   display: inline-block;
     5726  display: block;
    57265727  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    57275728  line-height: 1.6;
Note: See TracChangeset for help on using the changeset viewer.