Customize: Hide expansion arrows in Customizer's available widgets list.

Fixes regression introduced by [42794].

Props dlh.
See #40677.
Fixes #43983.

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


git-svn-id: http://core.svn.wordpress.org/trunk@43073 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Weston Ruter 2018-05-11 17:35:23 +00:00
parent 1b1cc0b371
commit 89708c5cec
5 changed files with 13 additions and 3 deletions

View File

@ -235,6 +235,11 @@
width: auto !important; width: auto !important;
} }
/* Keep rule that is no longer necessary on widgets.php. */
#available-widgets .widget-action {
display: none;
}
.ios #available-widgets { .ios #available-widgets {
transition: right 0s; transition: right 0s;
} }

File diff suppressed because one or more lines are too long

View File

@ -235,6 +235,11 @@
width: auto !important; width: auto !important;
} }
/* Keep rule that is no longer necessary on widgets.php. */
#available-widgets .widget-action {
display: none;
}
.ios #available-widgets { .ios #available-widgets {
transition: left 0s; transition: left 0s;
} }

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '5.0-alpha-43243'; $wp_version = '5.0-alpha-43244';
/** /**
* 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.