mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Remove the long-broken and questionably useful [more]/[less] toggle for hierarchical taxonomies in Quick/Bulk Edit. Nobody seems to have noticed in the nearly 3 years it's been broken. fixes #23006
git-svn-id: https://develop.svn.wordpress.org/trunk@23354 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2879,11 +2879,6 @@ tr.inline-edit-row td,
|
||||
width: 8em;
|
||||
}
|
||||
|
||||
.inline-edit-row .catshow,
|
||||
.inline-edit-row .cathide {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
ul.cat-checklist {
|
||||
height: 12em;
|
||||
border-style: solid;
|
||||
@@ -2909,21 +2904,12 @@ ul.cat-checklist {
|
||||
}
|
||||
|
||||
.inline-edit-row fieldset ul.cat-checklist label,
|
||||
.inline-edit-row .catshow,
|
||||
.inline-edit-row .cathide,
|
||||
.inline-edit-row #bulk-titles div {
|
||||
font-family: sans-serif;
|
||||
font-style: normal;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
table .inline-edit-row fieldset ul.cat-hover {
|
||||
height: auto;
|
||||
max-height: 30em;
|
||||
overflow-y: auto;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.inline-edit-row fieldset label input.inline-edit-menu-order-input {
|
||||
width: 3em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user