Make WordPress Core

Ticket #40843: 40843.3.diff

File 40843.3.diff, 1.6 KB (added by xkon, 6 years ago)

refresh

  • src/wp-content/themes/twentyseventeen/assets/css/colors-dark.css

    diff --git a/src/wp-content/themes/twentyseventeen/assets/css/colors-dark.css b/src/wp-content/themes/twentyseventeen/assets/css/colors-dark.css
    index 3b85b97d96..449f0623a2 100644
    a b body.colors-dark, 
    289289        color: #bbb;
    290290}
    291291
    292 .colors-dark button:hover,
     292.colors-dark button:hover:not( .mejs-container > button ),
    293293.colors-dark button:focus,
    294294.colors-dark input[type="button"]:hover,
    295295.colors-dark input[type="button"]:focus,
  • src/wp-content/themes/twentyseventeen/inc/color-patterns.php

    diff --git a/src/wp-content/themes/twentyseventeen/inc/color-patterns.php b/src/wp-content/themes/twentyseventeen/inc/color-patterns.php
    index ddd25d089e..cfd243f67a 100644
    a b body.colors-custom, 
    307307        color: hsl( ' . $hue . ', ' . $saturation . ', 46% ); /* base: #767676; */
    308308}
    309309
    310 .colors-custom button:hover,
     310.colors-custom button:hover:not( .mejs-container > button ),
    311311.colors-custom button:focus,
    312312.colors-custom input[type="button"]:hover,
    313313.colors-custom input[type="button"]:focus,
  • src/wp-content/themes/twentyseventeen/style.css

    diff --git a/src/wp-content/themes/twentyseventeen/style.css b/src/wp-content/themes/twentyseventeen/style.css
    index e53226145d..f8eac90680 100644
    a b input[type="submit"].secondary { 
    10341034        color: #222;
    10351035}
    10361036
    1037 button:hover,
     1037button:hover:not( .mejs-container > button ),
    10381038button:focus,
    10391039input[type="button"]:hover,
    10401040input[type="button"]:focus,