Make WordPress Core

Changeset 56116


Ignore:
Timestamp:
06/30/2023 08:54:39 AM (2 years ago)
Author:
audrasjb
Message:

Twenty Fourteen: Fix text color issue on Button block hover.

This fixes a text color issue when hovering Button blocks located on sidebars or widgets.

Props shailu25, sabernhardt, mukesh27.
Fixes #58509.

File:
1 edited

Legend:

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

    r55997 r56116  
    158158}
    159159
     160.widget .wp-block-file .wp-block-file__button,
     161.widget .wp-block-file .wp-block-file__button:hover {
     162    color: #fff;
     163}
     164
    160165/*--------------------------------------------------------------
    1611663.0 Blocks - Formatting
     
    269274}
    270275
     276.widget a.wp-block-button__link:not(.has-text-color),
     277.widget a.wp-block-button__link:not(.has-text-color):hover {
     278    color: #fff;
     279}
     280
    271281/* Separator */
    272282
Note: See TracChangeset for help on using the changeset viewer.