Make WordPress Core

Ticket #47498: 47498.6.diff

File 47498.6.diff, 481 bytes (added by afercia, 4 years ago)
  • src/wp-admin/css/forms.css

     
    143143input[type="radio"]:checked::before {
    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;
    151151}