From 12f25b3604b35559ce5ac259aaf6977b65628c83 Mon Sep 17 00:00:00 2001 From: Tammie Lister Date: Sun, 18 Aug 2024 09:28:40 +0000 Subject: [PATCH] Twenty Fifteen: Fixes hover effect being different in editors for link. The link hover effect was different between the editor and front. As links are rarely focusable in the editor this patch does not set the outline color also. Props pitamdey, sabernhardt, mi5t4n. Fixes #61844. git-svn-id: https://develop.svn.wordpress.org/trunk@58910 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfifteen/css/editor-style.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/wp-content/themes/twentyfifteen/css/editor-style.css b/src/wp-content/themes/twentyfifteen/css/editor-style.css index 16d4e93592..eb875c2343 100644 --- a/src/wp-content/themes/twentyfifteen/css/editor-style.css +++ b/src/wp-content/themes/twentyfifteen/css/editor-style.css @@ -324,6 +324,13 @@ a { text-decoration: none; } +a:hover, +a:focus { + color: #707070; + color: rgba(51, 51, 51, 0.7); + border-bottom: 0; +} + /** * 4.0 Alignment