Make WordPress Core

Changeset 58930


Ignore:
Timestamp:
08/24/2024 12:19:13 PM (6 weeks ago)
Author:
karmatosed
Message:

Twenty Seventeen: Fixes search block button styling variations.

The search block button was not the same back and front for background, text and font weight. This is an additional patch solving the previous issue of styles being in wrong section and also differences..

Props sabernhardt.
Fixes #61888.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyseventeen/assets/css/editor-blocks.css

    r58911 r58930  
    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,
     
    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}
Note: See TracChangeset for help on using the changeset viewer.