瀏覽代碼

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

Multiple Themes: Fix Pinterest Icons Not Displaying
Daniel Dudzic 5 年之前
父節點
當前提交
9204c3de98
共有 8 個文件被更改,包括 12 次插入12 次删除
  1. 1 1
      apostrophe-2/style.css
  2. 1 1
      canard/style.css
  3. 4 4
      gazette/style.css
  4. 1 1
      illustratr/style.css
  5. 2 2
      libretto/style.css
  6. 1 1
      publication/style.css
  7. 1 1
      rebalance/style.css
  8. 1 1
      sketch/style.css

+ 1 - 1
apostrophe-2/style.css

@@ -950,7 +950,7 @@ a:active {
 	fill: #007bb6;
 	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;
 	fill: #cb2027;
 }
 }
 
 

+ 1 - 1
canard/style.css

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

+ 4 - 4
gazette/style.css

@@ -924,12 +924,12 @@ a:visited {
 }
 }
 
 
 /* Pinterest */
 /* Pinterest */
-.social-navigation a[href*="pinterest.com"]:before {
+.social-navigation a[href*="pinterest."]:before {
 	content: "\f210";
 	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;
 	color: #cc2127;
 }
 }
 
 

+ 1 - 1
illustratr/style.css

@@ -1709,7 +1709,7 @@ Social
 .menu-social li a[href*='plus.google.com']:before {
 .menu-social li a[href*='plus.google.com']:before {
     content: '\f206';
     content: '\f206';
 }
 }
-.menu-social li a[href*='pinterest.com']:before {
+.menu-social li a[href*='pinterest.']:before {
     content: '\f209';
     content: '\f209';
 }
 }
 .menu-social li a[href*='github.com']:before {
 .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";
   content: "L";
 }
 }
 
 
-#social a[href*="pinterest.com"]:before {
+#social a[href*="pinterest."]:before {
   content: "N";
   content: "N";
 }
 }
 
 
@@ -1008,7 +1008,7 @@ body:not(.libretto-has-header-image) .title-block {
   background: #007bb6;
   background: #007bb6;
 }
 }
 
 
-#social a[href*="pinterest.com"]:hover:before {
+#social a[href*="pinterest."]:hover:before {
   background: #cb2027;
   background: #cb2027;
 }
 }
 
 

+ 1 - 1
publication/style.css

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

+ 1 - 1
rebalance/style.css

@@ -1031,7 +1031,7 @@ a:active {
 	content: '\f0e1';
 	content: '\f0e1';
 }
 }
 
 
-.social-menu a[href*="pinterest.com"]:before {
+.social-menu a[href*="pinterest."]:before {
 	content: '\f0d2';
 	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 {
 .social-links ul a[href*='plus.google.com']:before {
     content: '\f206';
     content: '\f206';
 }
 }
-.social-links ul a[href*='pinterest.com']:before {
+.social-links ul a[href*='pinterest.']:before {
     content: '\f209';
     content: '\f209';
 }
 }
 .social-links ul a[href*='github.com']:before {
 .social-links ul a[href*='github.com']:before {