瀏覽代碼

Merge pull request #1756 from Automattic/fix/#1752

Shoreditch: Remove box shadow from image link
Daniel Dudzic 5 年之前
父節點
當前提交
04b3d9d3c3
共有 1 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      shoreditch/style.css

+ 6 - 6
shoreditch/style.css

@@ -1066,13 +1066,13 @@ a:hover {
 .site-info a:focus,
 .site-info a:focus,
 .site-info a:hover,
 .site-info a:hover,
 .taxonomy-description a {
 .taxonomy-description a {
-	box-shadow: 0 1px 0 0;
+	text-decoration: underline;
 }
 }
 
 
-.comment-content a.no-shadow,
-.entry-content a.no-shadow,
-.entry-summary a.no-shadow {
-	box-shadow: none;
+.comment-content a:hover,
+.entry-content a:hover,
+.entry-summary a:hover {
+	text-decoration: none;
 }
 }
 
 
 .comment-content a:focus,
 .comment-content a:focus,
@@ -1097,7 +1097,7 @@ a:hover {
 .site-content .wp-audio-shortcode a,
 .site-content .wp-audio-shortcode a,
 .taxonomy-description a:focus,
 .taxonomy-description a:focus,
 .taxonomy-description a:hover {
 .taxonomy-description a:hover {
-	box-shadow: none;
+	text-decoration: none;
 }
 }
 
 
 .featured-content .hentry.has-post-thumbnail a,
 .featured-content .hentry.has-post-thumbnail a,