Make WordPress Core

Changeset 56080

Timestamp:
06/27/2023 10:40:45 PM (14 months ago)
Author:
audrasjb
Message:

Twenty Ten: Reflect Heading block text color on front-end.

This changeset fixes an issue where the selected text color of the Heading block was not reflected on front-end.

Props umesh84, sabernhardt, audrasjb, pooja1210, darshitrajyaguru97.
Fixes #56603.

File:
1 edited

Legend:

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

    r55978 r56080  
    211211
    212212.has-blue-color,
    213 .has-blue-color:visited {
     213.has-blue-color:visited,
     214#content .has-blue-color,
     215#content .has-blue-color:visited {
    214216    color: #0066cc;
    215217}
     
    221223
    222224.has-black-color,
    223 .has-black-color:visited {
     225.has-black-color:visited,
     226#content .has-black-color,
     227#content .has-black-color:visited {
    224228    color: #000;
    225229}
     
    231235
    232236.has-medium-gray-color,
    233 .has-medium-gray-color:visited {
     237.has-medium-gray-color:visited,
     238#content .has-medium-gray-color,
     239#content .has-medium-gray-color:visited {
    234240    color: #666;
    235241}
     
    241247
    242248.has-light-gray-color,
    243 .has-light-gray-color:visited {
     249.has-light-gray-color:visited,
     250#content .has-light-gray-color,
     251#content .has-light-gray-color:visited {
    244252    color: #f1f1f1;
    245253}
     
    251259
    252260.has-white-color,
    253 .has-white-color:visited {
     261.has-white-color:visited,
     262#content .has-white-color,
     263#content .has-white-color:visited {
    254264    color: #fff;
    255265}
Note: See TracChangeset for help on using the changeset viewer.