[wp-trac] [WordPress Trac] #25408: Ability to specify that a list table column is "primary"

WordPress Trac noreply at wordpress.org
Wed Jun 24 15:27:09 UTC 2015


#25408: Ability to specify that a list table column is "primary"
-------------------------------------+-----------------------
 Reporter:  helen                    |       Owner:  stephdau
     Type:  enhancement              |      Status:  assigned
 Priority:  normal                   |   Milestone:  4.3
Component:  Administration           |     Version:
 Severity:  normal                   |  Resolution:
 Keywords:  has-patch needs-testing  |     Focuses:
-------------------------------------+-----------------------

Comment (by afercia):

 Just noticed a very minor, few pixel, difference in the post table rows
 height compared to 4.2. The "title" cell used to have a `post-title` CSS
 class, was:
 {{{
 $attributes = 'class="post-title page-title column-title"' . $style;
 }}}
 now `post-title` is gone and in `/wp-admin/css/edit.css` the following
 selector doesn't apply anymore:
 {{{
 td.post-title strong,
 td.plugin-title strong {
         display: block;
         margin-bottom: .2em;
         font-size: 14px;
 }
 }}}
 I'd say either re-apply the rule with an updated selector or remove `td
 .post-title strong` from the CSS.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/25408#comment:77>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list