Make WordPress Core

Changeset 41972


Ignore:
Timestamp:
10/23/2017 05:53:36 PM (7 years ago)
Author:
afercia
Message:

Customize: Make sure the FTP credentials modal is visible.

The customizer and the theme installer use visibility: hidden on the body when
they open full-overlays screens. The FTP credentials modal needs a visibility
property set back to visible to be visible over those overlays.

Props purnendu.
Fixes #42205.

File:
1 edited

Legend:

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

    r41857 r41972  
    953953.request-filesystem-credentials-dialog {
    954954    display: none;
     955    /* The customizer uses visibility: hidden on the body for full-overlays. */
     956    visibility: visible;
    955957}
    956958
Note: See TracChangeset for help on using the changeset viewer.