From a88661e498670f462cce5a79ed4878f7aebc4626 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Tue, 15 Oct 2013 23:36:38 +0000 Subject: [PATCH] Twenty Fourteen: link hover improvements, props sabreuse. See #25054. git-svn-id: https://develop.svn.wordpress.org/trunk@25803 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/wp-content/themes/twentyfourteen/style.css b/src/wp-content/themes/twentyfourteen/style.css index bac494012c..cff4ed0d5a 100644 --- a/src/wp-content/themes/twentyfourteen/style.css +++ b/src/wp-content/themes/twentyfourteen/style.css @@ -1340,6 +1340,13 @@ span + .edit-link:before, text-decoration: underline; } +.entry-content a:hover, +.page-content a:hover, +.entry-summary a:hover, +.comment-content a:hover { + text-decoration: none; +} + .entry-content table, .comment-content table { font-size: 14px;