Make WordPress Core


Ignore:
Timestamp:
12/18/2018 10:23:06 PM (7 years ago)
Author:
desrosj
Message:

Updating Twenty Nineteen, the new default theme for 2019.

This update changes the following:

Props richtabor, kjellr, allancole.

Merges [44192] and [44193] to trunk.

See #45424.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/wp-content/themes/twentynineteen/style-editor.scss

    r44300 r44302  
    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.