Make WordPress Core

Ticket #61594: 61594.patch

File 61594.patch, 501 bytes (added by viralsampat, 12 months ago)

I have checked above mentioned issue and I have resolved it and added patch. Also, I have attached screenshot after resolved this issue.

  • src/wp-content/themes/twentythirteen/style.css

    diff --git src/wp-content/themes/twentythirteen/style.css src/wp-content/themes/twentythirteen/style.css
    index 4ec5cf98f3..d96a9daf75 100644
    textarea:focus { 
    602602        outline: 0;
    603603}
    604604
     605
     606/* Search block button background CSS */
     607.wp-block-search__inside-wrapper .wp-block-search__button {
     608    background: inherit;
     609    color: #000;
     610}
     611
    605612/* Buttons */
    606613button,
    607614input[type="submit"],