Browse Source

Spearhead Build

Jason Crist 4 years ago
parent
commit
d060474f20
3 changed files with 2 additions and 40 deletions
  1. 1 20
      spearhead/style-rtl.css
  2. 1 20
      spearhead/style.css
  3. 0 0
      spearhead/style.css.map

+ 1 - 20
spearhead/style-rtl.css

@@ -7,7 +7,7 @@ Description: Share your podcast with the world using Spearhead.
 Requires at least: 5.5
 Tested up to: 5.5
 Requires PHP: 5.6.2
-Version: 1.2.6
+Version: 1.3.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Template: seedlet
@@ -36,12 +36,6 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
 	transform: rotate(90deg);
 }
 
-@media (prefers-color-scheme: dark) {
-	.author-link:after {
-		background-image: url("data:image/svg+xml,%3Csvg class='svg-icon' width='24' height='24' aria-hidden='true' role='img' focusable='false' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.96954 10.2804L11.9999 15.3107L17.0302 10.2804L15.9695 9.21973L11.9999 13.1894L8.0302 9.21973L6.96954 10.2804Z' fill='%23ff6a81'%3E%3C/path%3E%3C/svg%3E");
-	}
-}
-
 /**
  * Required Variables
  */
@@ -879,12 +873,6 @@ body[class*="woocommerce"] #page .woocommerce-tabs .panel h2 {
 	color: var(--entry-header--color);
 }
 
-@media (prefers-color-scheme: dark) {
-	.search-form > label:before {
-		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='search-icon' class='search-icon' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23ffffff' d='M13.5 6C10.5 6 8 8.5 8 11.5c0 1.1.3 2.1.9 3l-3.4 3 1 1.1 3.4-2.9c1 .9 2.2 1.4 3.6 1.4 3 0 5.5-2.5 5.5-5.5C19 8.5 16.5 6 13.5 6zm0 9.5c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4z'%3E%3C/path%3E%3C/svg%3E");
-	}
-}
-
 .site-main > article > .entry-footer {
 	margin-top: calc( var(--global--spacing-vertical) / 2);
 	padding-top: 0;
@@ -910,13 +898,6 @@ body[class*="woocommerce"] #page span.onsale {
 	padding: 1em;
 }
 
-@media (prefers-color-scheme: dark) {
-	body[class*="woocommerce"] #page span.onsale {
-		background-color: var(--global--color-foreground);
-		border: 1px solid var(--global--color-background);
-	}
-}
-
 body[class*="woocommerce"] #page .woo-navigation .woocommerce-cart-widget {
 	max-width: 100%;
 }

+ 1 - 20
spearhead/style.css

@@ -7,7 +7,7 @@ Description: Share your podcast with the world using Spearhead.
 Requires at least: 5.5
 Tested up to: 5.5
 Requires PHP: 5.6.2
-Version: 1.2.6
+Version: 1.3.0
 License: GNU General Public License v2 or later
 License URI: LICENSE
 Template: seedlet
@@ -36,12 +36,6 @@ Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-me
 	transform: rotate(-90deg);
 }
 
-@media (prefers-color-scheme: dark) {
-	.author-link:after {
-		background-image: url("data:image/svg+xml,%3Csvg class='svg-icon' width='24' height='24' aria-hidden='true' role='img' focusable='false' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.96954 10.2804L11.9999 15.3107L17.0302 10.2804L15.9695 9.21973L11.9999 13.1894L8.0302 9.21973L6.96954 10.2804Z' fill='%23ff6a81'%3E%3C/path%3E%3C/svg%3E");
-	}
-}
-
 /**
  * Required Variables
  */
@@ -879,12 +873,6 @@ body[class*="woocommerce"] #page .woocommerce-tabs .panel h2 {
 	color: var(--entry-header--color);
 }
 
-@media (prefers-color-scheme: dark) {
-	.search-form > label:before {
-		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='search-icon' class='search-icon' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23ffffff' d='M13.5 6C10.5 6 8 8.5 8 11.5c0 1.1.3 2.1.9 3l-3.4 3 1 1.1 3.4-2.9c1 .9 2.2 1.4 3.6 1.4 3 0 5.5-2.5 5.5-5.5C19 8.5 16.5 6 13.5 6zm0 9.5c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4z'%3E%3C/path%3E%3C/svg%3E");
-	}
-}
-
 .site-main > article > .entry-footer {
 	margin-top: calc( var(--global--spacing-vertical) / 2);
 	padding-top: 0;
@@ -910,13 +898,6 @@ body[class*="woocommerce"] #page span.onsale {
 	padding: 1em;
 }
 
-@media (prefers-color-scheme: dark) {
-	body[class*="woocommerce"] #page span.onsale {
-		background-color: var(--global--color-foreground);
-		border: 1px solid var(--global--color-background);
-	}
-}
-
 body[class*="woocommerce"] #page .woo-navigation .woocommerce-cart-widget {
 	max-width: 100%;
 }

File diff suppressed because it is too large
+ 0 - 0
spearhead/style.css.map


Some files were not shown because too many files changed in this diff