Make WordPress Core


Ignore:
Timestamp:
12/14/2018 08:41:25 PM (6 years ago)
Author:
allancole
Message:

Updating Twenty Nineteen, the new default theme for 2019.

This update changes the following:

Props richtabor, kjellr.

See #45424.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0/src/wp-content/themes/twentynineteen/style-editor.scss

    r44189 r44193  
    599599        padding-left: calc(2 * #{$size__spacing-unit});
    600600    }
     601}
     602
     603/* Remove duplicate rule-line when a separator
     604 * is followed by an H1, or H2 */
     605.wp-block[data-type="core/separator"] + .wp-block[data-type="core/heading"] h1:before,
     606.wp-block[data-type="core/separator"] + .wp-block[data-type="core/heading"] h2:before {
     607    display: none;
    601608}
    602609
Note: See TracChangeset for help on using the changeset viewer.