Make WordPress Core

Changeset 58369


Ignore:
Timestamp:
06/09/2024 09:50:26 AM (8 months ago)
Author:
karmatosed
Message:

Twenty Fourteen: Fixes missing search block border.

The search block border was missing inside the wrapper on the front. This was done by adding styles to the theme block styles file along with padding.

Props nidhidhandhukiya, sabernhardt, yurajsinh2211, kamran8176, imranhasanraaz, krupajnanda, harshgajipara, rejaulalomkhan, shailu25, hmbashar, rajinsharwar.
Fixes #60164.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfourteen/css/blocks.css

    r58290 r58369  
    395395}
    396396
     397/* Search */
     398
     399html :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
     400    border: 1px solid #949494;
     401    padding: 4px;
     402}
     403
    397404/*--------------------------------------------------------------
    3984056.0 Blocks - Colors
Note: See TracChangeset for help on using the changeset viewer.