WordPress.org

Make WordPress Core

Changeset 41919


Ignore:
Timestamp:
10/18/17 18:12:29 (5 days ago)
Author:
westonruter
Message:

Customize: Fix visibility of overlay notifications in Safari.

Props sayedwp, westonruter.
Amends [41390].
See #35210, #42024, #42052.

File:
1 edited

Legend:

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

    r41903 r41919  
    11901190} 
    11911191 
    1192 #customize-controls #customize-notifications-area, 
    1193 #customize-controls .customize-section-title > .customize-control-notifications-container, 
    1194 #customize-controls .panel-meta > .customize-control-notifications-container { 
     1192#customize-controls #customize-notifications-area:not(.has-overlay-notifications), 
     1193#customize-controls .customize-section-title > .customize-control-notifications-container:not(.has-overlay-notifications), 
     1194#customize-controls .panel-meta > .customize-control-notifications-container:not(.has-overlay-notifications) { 
    11951195    max-height: 210px; 
    11961196    overflow-x: hidden; 
Note: See TracChangeset for help on using the changeset viewer.