Make WordPress Core

Timestamp:
11/16/2018 12:13:32 AM (6 years ago)
Author:
allancole
Message:

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

This update changes the following:

  • Improve menu UI to support keyboard navigation in both directions
  • Improve more-menu-link visibility when no menu items are hidden
  • Improve text-selection custom colors for better contrast and legibility
  • Improve support for sticky toolbars in the editor
  • Improve table element fonts
  • Add .button class support
  • Remove translation escaping
  • Fix menu JS to prevent unused touched event listeners
  • Fix duplicate more-menu-link issue on selective refresh in the customizer
  • Fix editor font-weights for headings
  • Fix search form input style
  • Fix nested blockquote styles
  • Fix download block button style when download text stretches more than one line
  • Fix audio block centering issue
  • Fix align-full blocks in the editor so they don’t create horizontal scrollbars
  • Fix editor to prevent Gutenberg's meta boxes area from overlapping the content

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

Props allancole, karmatosed, kjellr, yingling017, mrasharirfan, milana_cap, fabiankaegy, westonruter, aaronjorbin, ntwb, b-07, khleomix, audrasjb, nielslange, mmaumio, richsalvucci, littlebigthing, dimadin, joyously, anevins12, peterwilsoncc, DannyCooper, WPprodigy, siriokun, briannaorg, 00travelgirl00, shahjehanali1, ianbelanger79, nadim1992, Ismail-elkorchi, nativeinside, iamchetanp, grappler, ocean90, joshfeck, frankew, abdulwahab610, mendezcode, eliorivero, melchoyce, jasmussen, laurelfulford, mdawaffe, kraftbj, dereksmart, naokomc, mayukojpn, enodekciw, chetansatasiya, ketuchetan, atanas-angelov-dev, carolinan, sharazghouri, artisan-asad, mukeshpanchal27, mukesh27, burhandodhy, @crunnells, aryaprakasa, tlxo, themeroots, whizbangik, yingles, tlxo, youthkee, brentswisher, smy315, ahmadawais, desi-developer, 2ndkauboy, mor10.

File:
1 edited

Legend:

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

    r43892 r43904  
    147147                max-width: (0.33 * $desktop_width);
    148148            }
    149         }
    150 
    151         &.aligncenter {
    152             margin: 32px calc(2 * (100vw / 12));
    153             max-width: calc(6 * (100vw / 12));
    154149        }
    155150    }
     
    244239            padding-top: ( .75 * $size__spacing-unit );
    245240        }
    246        
     241
    247242        li ul {
    248243            list-style: none;
     
    623618    //! Twitter Embed
    624619    .wp-block-embed-twitter {
    625         overflow: hidden;
     620        ;
    626621    }
    627622
     
    640635
    641636        .wp-block-file__button {
     637
    642638            @include button-transition;
    643639            border: none;
     
    651647            padding: ($size__spacing-unit * .75) $size__spacing-unit;
    652648            color: #fff;
     649
     650
    653651
    654652            @include media(desktop) {
     
    667665                outline-offset: -4px;
    668666            }
    669         }
    670 
    671         * + .wp-block-file__button {
    672             margin-left: ($size__spacing-unit * .75);
    673667        }
    674668    }
Note: See TracChangeset for help on using the changeset viewer.