mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Quick/Bulk Edit: Pre-fill category fields with their status.
This pre-fills category fields in the Quick/Bulk Edit form with their current status. When bulk editing, if only some of the selected items are in a given category, the category's checkbox will display a line to indicate an indeterminate status. Props pavelevap, scribu, chasedsiedu, helen, joshcanhelp, ubernaut, Cyberchicken, laumindproductscomau, SergeyBiryukov, Marcoevich, tomybyte, thinkluke, virtality-marketing-solutions, Michalooki, dmsnell, itecrs, pannelars, WHSajid, samba45, Mte90, johnbillion, tomluckies, soulseekah, francina, oglekler, ajmcfadyen, mukesh27, costdev. Fixes #11302. git-svn-id: https://develop.svn.wordpress.org/trunk@56712 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1147,6 +1147,17 @@ ul.cat-checklist {
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
ul.cat-checklist input[name="post_category[]"]:indeterminate::before {
|
||||
content: '';
|
||||
border-top: 2px solid grey;
|
||||
width: 65%;
|
||||
height: 2px;
|
||||
position: absolute;
|
||||
top: calc( 50% + 1px );
|
||||
left: 50%;
|
||||
transform: translate( -50%, -50% );
|
||||
}
|
||||
|
||||
#bulk-titles .ntdelbutton,
|
||||
#bulk-titles .ntdeltitle,
|
||||
.inline-edit-row fieldset ul.cat-checklist label {
|
||||
|
||||
Reference in New Issue
Block a user