Make WordPress Core

Ticket #39137: 39137.patch

File 39137.patch, 592 bytes (added by ketuchetan, 9 years ago)

Removed the commented code from the admin-bar-rtl.css file

  • src/wp-includes/css/admin-bar.css

     
    797797        html #wpadminbar {
    798798                height: 46px;
    799799                min-width: 300px;
    800 
    801         /*      These rules break dropdown tappability on Chrome/Android.
    802                 -webkit-transform: translate3d(0, 0, 0);
    803                 -webkit-backface-visibility: hidden;
    804                 -webkit-transition: 0;
    805                 transform: translate3d(0, 0, 0);
    806                 backface-visibility: hidden;
    807                 transition: 0;
    808         */
    809800        }
    810801
    811802        #wpadminbar * {