From 23f2fbc43335a60d8f376620e9e38d6b6bef2b45 Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Fri, 29 Nov 2013 01:54:25 +0000 Subject: [PATCH] Themes: Remove an unused Delete Theme link on the multiple view. See #25948 git-svn-id: https://develop.svn.wordpress.org/trunk@26459 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/theme.css | 27 --------------------------- src/wp-admin/themes.php | 4 ---- 2 files changed, 31 deletions(-) diff --git a/src/wp-admin/css/theme.css b/src/wp-admin/css/theme.css index 8010ae5b99..b95543225b 100644 --- a/src/wp-admin/css/theme.css +++ b/src/wp-admin/css/theme.css @@ -94,33 +94,6 @@ float: none; margin-left: 3px; } -/* Delete theme crosses */ -.theme .delete-theme { - display: none; - margin-left: -18px; - position: absolute; - top: 0px; - right: 0px; - z-index: 5; -} -.theme .delete-theme:before { - background: #222; - border: 1px solid #dedede; - border-width: 0 0 1px 1px; - color: #fff; - width: 36px; - height: 36px; - padding: 4px; - content: '\f158'; - display: inline-block; - font: normal 36px/1 'dashicons'; - opacity: 1; - speak: none; - -webkit-font-smoothing: antialiased; -} -.theme .delete-theme:hover:before { - background: #d54e21; -} /* * Theme Screenshot diff --git a/src/wp-admin/themes.php b/src/wp-admin/themes.php index 9b8b15b84b..33fdeccb97 100644 --- a/src/wp-admin/themes.php +++ b/src/wp-admin/themes.php @@ -234,10 +234,6 @@ if ( ! is_multisite() && current_user_can('edit_themes') && $broken_themes = wp_ <# if ( data.hasUpdate ) { #> <# } #> - - <# if ( ! data.active ) { #> - - <# } #>