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:
parent
1b1cc0b371
commit
89708c5cec
|
@ -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
|
@ -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
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue