Преглед на файлове

Shoreditch: Hide link underline on hover

Danny Dudzic преди 5 години
родител
ревизия
4a9de76c17
променени са 1 файла, в които са добавени 5 реда и са изтрити 5 реда
  1. 5 5
      shoreditch/style.css

+ 5 - 5
shoreditch/style.css

@@ -1069,10 +1069,10 @@ a:hover {
 	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,
@@ -1097,7 +1097,7 @@ a:hover {
 .site-content .wp-audio-shortcode a,
 .taxonomy-description a:focus,
 .taxonomy-description a:hover {
-	box-shadow: none;
+	text-decoration: none;
 }
 
 .featured-content .hentry.has-post-thumbnail a,