Make WordPress Core

Changeset 59843


Ignore:
Timestamp:
02/20/2025 06:08:27 AM (4 months ago)
Author:
poena
Message:

Twenty Ten: Correct the styling of the file block.

This change updates the padding, line height, and text color of the button in the file block,
so that the styling is not overriden by the link styles.

Props poena, sainathpoojary, mai21, parthvataliya, devtanbir, ankitkumarshah, sabernhardt, shailu25.
Fixes #62793.

File:
1 edited

Legend:

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

    r58634 r59843  
    111111}
    112112
     113.wp-block-file .wp-block-file__button {
     114    padding: 0.5em 1em;
     115    color: #fff;
     116    line-height: 1.5;
     117}
     118
    113119/*--------------------------------------------------------------
    1141203.0 Blocks - Formatting
Note: See TracChangeset for help on using the changeset viewer.