Przeglądaj źródła

Merge pull request #681 from Aurorum/fix/pinterest-icons

Multiple Themes: Fix Pinterest Icons Not Displaying
Daniel Dudzic 5 lat temu
rodzic
commit
9204c3de98

+ 1 - 1
apostrophe-2/style.css

@@ -950,7 +950,7 @@ a:active {
 	fill: #007bb6;
 }
 
-.jetpack-social-navigation ul li:hover a[href*="pinterest.com"] .icon {
+.jetpack-social-navigation ul li:hover a[href*="pinterest."] .icon {
 	fill: #cb2027;
 }
 

+ 1 - 1
canard/style.css

@@ -950,7 +950,7 @@ a:visited {
 }
 
 /* Pinterest */
-.social-navigation a[href*="pinterest.com"]:before {
+.social-navigation a[href*="pinterest."]:before {
 	content: "\f210";
 }
 

+ 4 - 4
gazette/style.css

@@ -924,12 +924,12 @@ a:visited {
 }
 
 /* Pinterest */
-.social-navigation a[href*="pinterest.com"]:before {
+.social-navigation a[href*="pinterest."]:before {
 	content: "\f210";
 }
-.social-navigation a[href*="pinterest.com"]:active:before,
-.social-navigation a[href*="pinterest.com"]:focus:before,
-.social-navigation a[href*="pinterest.com"]:hover:before {
+.social-navigation a[href*="pinterest."]:active:before,
+.social-navigation a[href*="pinterest."]:focus:before,
+.social-navigation a[href*="pinterest."]:hover:before {
 	color: #cc2127;
 }
 

+ 1 - 1
illustratr/style.css

@@ -1709,7 +1709,7 @@ Social
 .menu-social li a[href*='plus.google.com']:before {
     content: '\f206';
 }
-.menu-social li a[href*='pinterest.com']:before {
+.menu-social li a[href*='pinterest.']:before {
     content: '\f209';
 }
 .menu-social li a[href*='github.com']:before {

+ 2 - 2
libretto/style.css

@@ -951,7 +951,7 @@ body:not(.libretto-has-header-image) .title-block {
   content: "L";
 }
 
-#social a[href*="pinterest.com"]:before {
+#social a[href*="pinterest."]:before {
   content: "N";
 }
 
@@ -1008,7 +1008,7 @@ body:not(.libretto-has-header-image) .title-block {
   background: #007bb6;
 }
 
-#social a[href*="pinterest.com"]:hover:before {
+#social a[href*="pinterest."]:hover:before {
   background: #cb2027;
 }
 

+ 1 - 1
publication/style.css

@@ -1118,7 +1118,7 @@ a:visited {
 }
 
 /* Pinterest */
-.social-navigation a[href*="pinterest.com"]:before {
+.social-navigation a[href*="pinterest."]:before {
 	content: "\f210";
 }
 

+ 1 - 1
rebalance/style.css

@@ -1031,7 +1031,7 @@ a:active {
 	content: '\f0e1';
 }
 
-.social-menu a[href*="pinterest.com"]:before {
+.social-menu a[href*="pinterest."]:before {
 	content: '\f0d2';
 }
 

+ 1 - 1
sketch/style.css

@@ -2030,7 +2030,7 @@ div.sharedaddy div.sd-block {
 .social-links ul a[href*='plus.google.com']:before {
     content: '\f206';
 }
-.social-links ul a[href*='pinterest.com']:before {
+.social-links ul a[href*='pinterest.']:before {
     content: '\f209';
 }
 .social-links ul a[href*='github.com']:before {