Make WordPress Core

Changeset 61779

Timestamp:
03/02/2026 12:14:30 AM (3 days ago)
Author:
joedolson
Message:

Admin: Update focus state on color picker.

Fix the focus color on the Iris color picker slider and color base selectors to the new admin color scheme.

Props shailu25, hmbashar, huzaifaalmesbah, noruzzaman, rahultank, joedolson.
Fixes #64754.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/color-picker.css

    r60636 r61779  
    118118.iris-picker .ui-square-handle:focus,
    119119.iris-picker .iris-strip .ui-slider-handle:focus {
    120     border-color: #3582c4;
     120    border-color: ;
    121121    border-style: solid;
    122     box-shadow: 0 0 0 1px #3582c4;
     122    box-shadow: 0 0 0 ;
    123123    outline: 2px solid transparent;
    124124}
    125125
    126126.iris-picker .iris-palette:focus {
    127     box-shadow: 0 0 0 2px #3582c4;
     127    box-shadow: 0 0 0 ;
    128128}
    129129
Note: See TracChangeset for help on using the changeset viewer.