Make WordPress Core

Changeset 31912


Ignore:
Timestamp:
03/27/2015 09:52:23 PM (10 years ago)
Author:
ocean90
Message:

Theme Switcher: Don't hide action buttons on narrow screens.

see #31794.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/customize-controls.css

    r31892 r31912  
    10311031}
    10321032
     1033@media only screen and (max-width: 780px) {
     1034    .wp-customizer .theme:not(.active):hover .theme-actions,
     1035    .wp-customizer .theme:not(.active):focus .theme-actions {
     1036        display: block;
     1037    }
     1038}
     1039
    10331040@media screen and ( max-width: 640px ) {
    10341041    #customize-controls {
Note: See TracChangeset for help on using the changeset viewer.