From 6a8b187ab506940692ec8ee154c010eefd7c33af Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Sat, 10 Dec 2016 21:42:57 +1100 Subject: [PATCH] Remove unused custom style selector --- includes/class-sp-frontend-scripts.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/class-sp-frontend-scripts.php b/includes/class-sp-frontend-scripts.php index 7bd99740..f4c0c4b8 100644 --- a/includes/class-sp-frontend-scripts.php +++ b/includes/class-sp-frontend-scripts.php @@ -167,7 +167,7 @@ class SP_Frontend_Scripts { echo '.sp-event-calendar tbody td a,.sp-event-calendar tbody td a:hover{background: none;}'; if ( isset( $colors['primary'] ) ) - echo '.sp-data-table th,.sp-calendar th,.sp-data-table tfoot,.sp-calendar tfoot,.sp-button,.sp-heading{background:' . $colors['primary'] . ' !important}.sp-data-table tbody a,.sp-calendar tbody a{color:' . $colors['primary'] . ' !important}'; + echo '.sp-data-table th,.sp-calendar th,.sp-data-table tfoot,.sp-calendar tfoot,.sp-button,.sp-heading{background:' . $colors['primary'] . ' !important}.sp-calendar tbody a{color:' . $colors['primary'] . ' !important}'; if ( isset( $colors['background'] ) ) echo '.sp-data-table tbody,.sp-calendar tbody{background: ' . $colors['background'] . ' !important}';