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

Fixes regression introduced by [42794].

Props dlh.
See #40677.
Fixes #43983.


git-svn-id: https://develop.svn.wordpress.org/trunk@43244 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Weston Ruter 2018-05-11 17:34:40 +00:00
parent 6508ab45cd
commit 5e9a39baa7
1 changed files with 5 additions and 0 deletions

View File

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