Make WordPress Core


Ignore:
Timestamp:
11/19/2018 09:26:02 PM (7 years ago)
Author:
allancole
Message:

Updating Twenty Nineteen, our new default theme for 2019, set for 5.0.

This update changes the following:

  • Fix JS errors in customizer caused by menu scripts
  • Fix footer menu spacing
  • Fix pullquote block borders to follow Gutenberg’s described style
  • Fix editor-only styles so they don't appear on the frontend when not needed
  • Fix search field widget width on mobile
  • Fix :visited .button link colors
  • Fix Block toolbar position in the editor
  • Fix off-canvas mobile menu to prevent text from overflowing
  • Improve column block formatting for the editor and frontend
  • Improve CSS optimization for selectors that add dashes to multi-level lists
  • Improve editor font sizes to use pixels over ems
  • Improve styles for galleries in the Classic Editor block
  • Improve priority+ more-menu threshold to allow more space for menu-items
  • Improve logo size on mobile devices
  • Improve customizer color options to present a single, unified color option
  • Improve print stylesheet for better spacing and colors
  • Add more color options to Gutenberg editor

Initial development occurred on GitHub. See: https://github.com/WordPress/twentynineteen

Props allancole, karmatosed, kjellr, yingling017, mrasharirfan, milana_cap, fabiankaegy, westonruter, jorbin, netweb, b-07, khleomix, audrasjb, nielslange, mmaumio, richsalvucci, littlebigthing, dimadin, joyously, anevins, peterwilsoncc, dannycooper, iCaleb, siriokun, technosiren, travel_girl, azchughtai, ianbelanger, nadim1992, ismailelkorchi, nativeinside, chetan200891, grapplerulrich, ocean90, joshfeck, frankew, AbdulWahab610, mendezcode, eliorivero, melchoyce, joen, laurelfulford, mdawaffe, kraftbj, dsmart, nao, mayukojpn, enodekciw, ketuchetan, atanasangelovdev, poena, sharaz, artisticasad, mukesh27, burhandodhy, crunnells, aprakasa, themeroots, imonly_ik, tlxo, youthkee, brentswisher, smyoon315, mrahmadawais, desideveloper, Kau-Boy, mor10, mikeyarce, dingo_bastard

File:
1 edited

Legend:

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

    r43904 r43909  
    9494  a:link, a:visited, a {
    9595    background: transparent;
    96     color: #520;
    9796    font-weight: bold;
    9897    text-decoration: underline;
     
    101100
    102101  a {
    103     page-break-inside: avoid
     102    page-break-inside: avoid;
    104103  }
    105104
     
    122121  /* Visibility */
    123122  .main-navigation,
     123  .site-title + .main-navigation,
    124124  .social-navigation,
    125125  .site-branding-container:before,
     
    129129  .post-navigation,
    130130  .widget-area,
    131   .comment-form-flex {
     131  .comment-form-flex,
     132  .comment-reply,
     133  .comment .comment-metadata .edit-link {
    132134    display: none;
     135  }
     136
     137  .entry .entry-content .wp-block-button .wp-block-button__link,
     138  .entry .entry-content .button {
     139    color: #000;
     140    background: none;
    133141  }
    134142
     
    149157    .social-navigation li,
    150158    .entry-meta,
    151     .entry-title {
     159    .entry-title,
     160    &#masthead .site-title a {
    152161      color: #000;
    153162      text-shadow: none;
     
    179188    }
    180189
     190    .site-header.featured-image .site-featured-image:before {
     191      display: none;
     192    }
     193
    181194    .site-header.featured-image .site-featured-image .post-thumbnail img {
    182195      filter: none;
Note: See TracChangeset for help on using the changeset viewer.