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

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

Built from https://develop.svn.wordpress.org/trunk@46345


git-svn-id: http://core.svn.wordpress.org/trunk@46144 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrea Fercia 2019-09-29 21:56:56 +00:00
parent 8ef586a897
commit dfcdb40c8f
5 changed files with 9 additions and 9 deletions

View File

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

File diff suppressed because one or more lines are too long

View File

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

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.3-beta1-46344'; $wp_version = '5.3-beta1-46345';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.