Make WordPress Core

Changeset 62202


Ignore:
Timestamp:
04/03/2026 01:33:32 AM (4 months ago)
Author:
wildworks
Message:

Admin Reskin: Change color picker height to match new design system.

Update min-height from 30px to 32px for the color picker button and related elements to match new design system.

Reviewed by joedolson, wildworks.
Merges [62191] to the 7.0 branch.

Props audrasjb, hmbashar, huzaifaalmesbah, joedolson, juanmaguitar, mukesh27, noruzzaman, ozgursar, rahultank, rcorrales, sajib1223, shailu25, tusharaddweb, vgnavada, wildworks.

Fixes #64761.

Location:
branches/7.0
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/7.0

  • branches/7.0/src/wp-admin/css/color-picker.css

    r62172 r62202  
    1111/* Needs higher specificity to override `.wp-core-ui .button`. */
    1212.wp-picker-container .wp-color-result.button {
    13         min-height: 30px;
     13        min-height: 32px;
    1414        margin: 0 6px 6px 0;
    1515        padding: 0 0 0 30px;
     
    2323        color: #50575e;
    2424        display: block;
    25         line-height: 2.54545455; /* 28px */
     25        line-height: 2.72727273; /* 30px */
    2626        padding: 0 6px;
    2727        text-align: center;
     
    7777        margin-left: 6px;
    7878        padding: 0 8px;
    79         line-height: 2.54545455; /* 28px */
    80         min-height: 30px;
     79        line-height: 2.72727273; /* 30px */
     80        min-height: 32px;
    8181}
    8282
     
    9898        padding: 0 5px;
    9999        vertical-align: top;
    100         min-height: 30px;
     100        min-height: 32px;
    101101}
    102102
Note: See TracChangeset for help on using the changeset viewer.