[wp-trac] [WordPress Trac] #39137: Commented Codes Found on css files

WordPress Trac noreply at wordpress.org
Wed Dec 7 06:55:57 UTC 2016


#39137: Commented Codes Found on css files
--------------------------+-----------------------------
 Reporter:  kafleg        |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  General       |    Version:  4.7
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 Commented CSS codes found on wp-includes/css/admin-bar-rtl.css on line 801
 to 808.

 {{{
 /*      These rules break dropdown tappability on Chrome/Android.
                 -webkit-transform: translate3d(0, 0, 0);
                 -webkit-backface-visibility: hidden;
                 -webkit-transition: 0;
                 transform: translate3d(0, 0, 0);
                 backface-visibility: hidden;
                 transition: 0;
 */
 }}}


 I think, commented code is not necessary on files.

 Regards

--
Ticket URL: <https://core.trac.wordpress.org/ticket/39137>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list