Make WordPress Core


Ignore:
Timestamp:
06/29/2019 12:50:55 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Twenty Seventeen: Correct the CSS selectors intended to fix hover colors for MediaElement controls.

This is a follow-up to the previous fix in [45146], which didn't work as expected.

Props ryokuhi.
Fixes #47543. See #40843.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyseventeen/inc/color-patterns.php

    r45146 r45576  
    308308}
    309309
    310 .colors-custom button:hover:not( .mejs-container > button ),
    311 .colors-custom button:focus,
     310.colors-custom :not( .mejs-button ) > button:hover,
     311.colors-custom :not( .mejs-button ) > button:focus,
    312312.colors-custom input[type="button"]:hover,
    313313.colors-custom input[type="button"]:focus,
Note: See TracChangeset for help on using the changeset viewer.