Make WordPress Core

Ticket #58509: 58509.patch

File 58509.patch, 803 bytes (added by shailu25, 16 months ago)

Patch Added

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

    diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css
    index 561b9f7b92..6e0908e79f 100644
    a b a.post-thumbnail:hover { 
    23102310        color: #fff;
    23112311}
    23122312
    2313 .widget a:hover {
     2313.widget a:hover:where(:not(.wp-block-button__link)) {
    23142314        color: #41a62a;
    23152315}
    23162316
    a.post-thumbnail:hover { 
    27292729 * -----------------------------------------------------------------------------
    27302730 */
    27312731
    2732 .content-sidebar .widget a {
     2732.content-sidebar .widget a:where(:not(.wp-block-button__link)) {
    27332733        color: #24890d;
    27342734}
    27352735
    2736 .content-sidebar .widget a:hover {
     2736.content-sidebar .widget a:hover:where(:not(.wp-block-button__link)) {
    27372737        color: #41a62a;
    27382738}
    27392739