Widgets: When the Inactive Widgets section is hidden also hide the “Clear Inactive Widgets” button description text.

Props welcher.

Fixes #35592.



git-svn-id: https://develop.svn.wordpress.org/trunk@37323 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Rachel Baker 2016-04-28 20:39:22 +00:00
parent 5989bc82ba
commit d73d355250
1 changed files with 1 additions and 0 deletions

View File

@ -347,6 +347,7 @@ div#widgets-right .closed .widgets-sortables {
.js .widgets-holder-wrap.closed .widget,
.js .widgets-holder-wrap.closed .sidebar-description,
.js .widgets-holder-wrap.closed .remove-inactive-widgets,
.js .widgets-holder-wrap.closed .description,
.js .closed br.clear {
display: none;
}