Only hide "Most Used" category tab when the body has .no-js class. See #16810, fixes #19129.

git-svn-id: http://svn.automattic.com/wordpress/trunk@19179 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
duck_ 2011-11-05 18:35:49 +00:00
parent 120e6563df
commit 81587cecf4
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -2948,7 +2948,7 @@ div.tabs-panel-inactive {
line-height: 1.35em;
}
#side-sortables .category-tabs li.hide-if-no-js {
.no-js #side-sortables .category-tabs li.hide-if-no-js {
display: none;
}