Make WordPress Core

Changeset 46345


Ignore:
Timestamp:
09/29/2019 09:55:51 PM (7 years ago)
Author:
afercia
Message:

Accessibility: Improve and modernize user interface controls: Improve the radio buttons blue dot alignment.

Props desrosj, garrett-eclipse, afercia.
See #47498.

File:
1 edited

Legend:

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

    r46340 r46345  
    144144        content: "";
    145145        border-radius: 50%;
    146         width: 50%;
    147         height: 50%;
    148         margin: 25%;
     146        width: 0.5rem; /* 8px */
     147        height: 0.5rem; /* 8px */
     148        margin: 0.1875rem; /* 3px */
    149149        line-height: 0.76190476;
    150150        background-color: #1e8cbe;
Note: See TracChangeset for help on using the changeset viewer.