Skip to content

Commit d6267f1

Browse files
removed unused css
1 parent 64ddb5d commit d6267f1

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

index.php

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -240,17 +240,13 @@ public function star_icons() {
240240

241241
<?php if ( ! $this->is_schema_pro_installed() ) : ?>
242242
/* Upgrade to Pro button styles */
243-
#toplevel_page_rich_snippet_dashboard .wp-submenu li:has(a[href*="aiosrs_upgrade_to_pro"]),
244-
#toplevel_page_rich_snippet_dashboard .wp-submenu li:has(a[href*="https://wpschema.com/pricing"]),
245-
#adminmenu #toplevel_page_rich_snippet_dashboard .wp-submenu li:has(a[href*="aiosrs_upgrade_to_pro"]) {
243+
#toplevel_page_rich_snippet_dashboard .wp-submenu li:has(a[href*="https://wpschema.com/pricing"]) {
246244
background-color: #04a382 !important;
247245
border-radius: 3px !important;
248246
margin: 2px 8px !important;
249247
}
250248

251-
#toplevel_page_rich_snippet_dashboard .wp-submenu li:has(a[href*="aiosrs_upgrade_to_pro"]) a,
252-
#toplevel_page_rich_snippet_dashboard .wp-submenu li:has(a[href*="https://wpschema.com/pricing"]) a,
253-
#adminmenu #toplevel_page_rich_snippet_dashboard .wp-submenu li:has(a[href*="aiosrs_upgrade_to_pro"]) a {
249+
#toplevel_page_rich_snippet_dashboard .wp-submenu li:has(a[href*="https://wpschema.com/pricing"]) a {
254250
color: #fff !important;
255251
font-size: 13px !important;
256252
font-weight: 500 !important;
@@ -259,15 +255,11 @@ public function star_icons() {
259255
padding-left: 12px !important;
260256
}
261257

262-
#toplevel_page_rich_snippet_dashboard .wp-submenu li:has(a[href*="aiosrs_upgrade_to_pro"]):hover,
263-
#toplevel_page_rich_snippet_dashboard .wp-submenu li:has(a[href*="https://wpschema.com/pricing"]):hover,
264-
#adminmenu #toplevel_page_rich_snippet_dashboard .wp-submenu li:has(a[href*="aiosrs_upgrade_to_pro"]):hover {
258+
#toplevel_page_rich_snippet_dashboard .wp-submenu li:has(a[href*="https://wpschema.com/pricing"]):hover {
265259
background-color: #018d71 !important;
266260
}
267261

268-
#toplevel_page_rich_snippet_dashboard .wp-submenu li:has(a[href*="aiosrs_upgrade_to_pro"]):hover a,
269-
#toplevel_page_rich_snippet_dashboard .wp-submenu li:has(a[href*="https://wpschema.com/pricing"]):hover a,
270-
#adminmenu #toplevel_page_rich_snippet_dashboard .wp-submenu li:has(a[href*="aiosrs_upgrade_to_pro"]):hover a {
262+
#toplevel_page_rich_snippet_dashboard .wp-submenu li:has(a[href*="https://wpschema.com/pricing"]):hover a {
271263
color: #fff !important;
272264
}
273265

0 commit comments

Comments
 (0)