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

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


git-svn-id: https://develop.svn.wordpress.org/trunk@46345 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrea Fercia 2019-09-29 21:55:51 +00:00
parent ef206a787f
commit f00bceaa86
1 changed files with 3 additions and 3 deletions

View File

@ -143,9 +143,9 @@ input[type="checkbox"]:checked::before {
input[type="radio"]:checked::before {
content: "";
border-radius: 50%;
width: 50%;
height: 50%;
margin: 25%;
width: 0.5rem; /* 8px */
height: 0.5rem; /* 8px */
margin: 0.1875rem; /* 3px */
line-height: 0.76190476;
background-color: #1e8cbe;
}