Make WordPress Core

Changeset 26770


Ignore:
Timestamp:
12/07/2013 04:58:35 AM (10 years ago)
Author:
iammattthomas
Message:

Comment out these touch-related styles as they break toolbar dropdowns in Chrome for Android. Fixes #25972.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/admin-bar.css

    r26744 r26770  
    707707        min-width: 300px;
    708708
     709    /*  These rules break dropdown tappability on Chrome/Android.
    709710        -webkit-transform: translate3d(0, 0, 0);
    710711        -webkit-backface-visibility: hidden;
     
    713714        backface-visibility: hidden;
    714715        transition: 0;
     716    */
    715717    }
    716718
Note: See TracChangeset for help on using the changeset viewer.