Accessibility: Widgets: Prevent checkboxes in widget control forms from overlapping on smaller screens.

Props jaz_on, milindmore22, passoniate, audrasjb, carriganvb, afercia, SergeyBiryukov.
Fixes #49228.
Built from https://develop.svn.wordpress.org/trunk@47598


git-svn-id: http://core.svn.wordpress.org/trunk@47373 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-04-18 07:03:09 +00:00
parent 61a2f62ffd
commit ee387b9181
5 changed files with 13 additions and 3 deletions

View File

@ -50,6 +50,11 @@
line-height: 1.23076923;
}
.widgets-holder-wrap .widget-inside label {
margin: 0.25em 0 0.5em;
display: inline-block;
}
.widget.widget-dirty .widget-control-close-wrapper {
display: none;
}

File diff suppressed because one or more lines are too long

View File

@ -49,6 +49,11 @@
line-height: 1.23076923;
}
.widgets-holder-wrap .widget-inside label {
margin: 0.25em 0 0.5em;
display: inline-block;
}
.widget.widget-dirty .widget-control-close-wrapper {
display: none;
}

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.5-alpha-47597';
$wp_version = '5.5-alpha-47598';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.