[wp-trac] [WordPress Trac] #52148: CSS Optimization: Use shorthand 'border' value in wp-admin/css/admin-menu.css

WordPress Trac noreply at wordpress.org
Thu Jan 28 10:13:50 UTC 2021


#52148: CSS Optimization: Use shorthand 'border' value in wp-admin/css/admin-
menu.css
----------------------------------+----------------------------------------
 Reporter:  ankitmaru             |       Owner:  SergeyBiryukov
     Type:  enhancement           |      Status:  reviewing
 Priority:  normal                |   Milestone:  5.7
Component:  Administration        |     Version:  trunk
 Severity:  normal                |  Resolution:
 Keywords:  has-patch needs-      |     Focuses:  ui, css, coding-standards
  refresh                         |
----------------------------------+----------------------------------------
Changes (by mukesh27):

 * keywords:  has-patch => has-patch needs-refresh


Comment:

 I review the patches for the ticket and found the mention issues.

 [attachment:"customize-controls.css_52148.patch"]

 This `padding: 0px 0px 7px 0px;` should replace with `padding: 0px 0px
 7px;`

 [attachment:"class-wp-comments-list-table.php_52148.patch"]

 As per our docs standard `return` should be at last not at first in the
 documentation.

 [attachment:"install.css_52148.patch"]

 This `padding: 0px 0px 7px 0px;` should replace with `padding: 0px 0px
 7px;`

 [attachment:"nav-menus.css_52148.patch"]

 This `margin: 0px 0px 5px 0px;` should replace with `margin: 0px 0px 5px;`

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


More information about the wp-trac mailing list