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:
parent
ef206a787f
commit
f00bceaa86
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user