Make WordPress Core

Ticket #61888: 61888.button-styles.patch

File 61888.button-styles.patch, 810 bytes (added by sabernhardt, 9 months ago)

option 1: removes the font size and moves the new rules to the Widgets section

  • src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css

     
    560560        text-align: left;
    561561}
    562562
    563 /* Search */
    564 
    565 .wp-block-search__button {
    566         background-color: #222;
    567         color: #fff;
    568         font-size: 16px;
    569         font-weight: 800;
    570         line-height: 1.5;
    571 }
    572 
    573563@media screen and (min-width: 30em) {
    574564        .wp-block-quote.alignleft p,
    575565        .wp-block-quote.alignright p,
     
    832822        margin-left: 0;
    833823        margin-right: 0;
    834824}
     825
     826/* Search */
     827
     828.wp-block-search__button {
     829        background-color: #222;
     830        color: #fff;
     831        font-weight: 800;
     832        line-height: 1.5;
     833}