diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css index 18bc7adeef..20c42946b8 100644 --- a/src/wp-admin/css/themes.css +++ b/src/wp-admin/css/themes.css @@ -1086,7 +1086,7 @@ body.folded .theme-overlay .theme-wrap { .theme-browser .theme .theme-installed:before { content: '\f147'; } -.theme-browser .theme.is-installed .theme-actions, +.theme-browser .theme.is-installed .theme-actions .button-primary, .theme-browser.rendered .theme.is-installed .more-details { display: none !important; } diff --git a/src/wp-admin/js/theme.js b/src/wp-admin/js/theme.js index 7bb66664b3..2f4b2797a7 100644 --- a/src/wp-admin/js/theme.js +++ b/src/wp-admin/js/theme.js @@ -390,7 +390,6 @@ themes.view.Theme = wp.Backbone.View.extend({ if ( this.model.get( 'installed' ) ) { this.$el.addClass( 'is-installed' ); - this.$el.unbind(); } },