mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 21:24:35 +00:00
Theme Customizer: Make theme installer no-js compatible. Fix JS click handler that caught clicks on the 'Activate' link. Relocate display_theme() to WP_Theme_Install_List_Table->single_row(). see #19910.
git-svn-id: https://develop.svn.wordpress.org/trunk@20140 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -5366,10 +5366,17 @@ body.full-overlay-active {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#theme-installer.single-theme {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.install-theme-info {
|
||||
display: none;
|
||||
padding: 45px 20px 15px;
|
||||
}
|
||||
.single-theme .install-theme-info {
|
||||
padding-top: 15px;
|
||||
}
|
||||
|
||||
#theme-installer .install-theme-info {
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user