From 8a4b4e0382cb074349da3dd60bd8168216a306dd Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Wed, 4 Dec 2013 21:46:05 +0000 Subject: [PATCH] Twenty Fourteen: fix editor style discrepancies for `mark` and `ins`. Props sixhours, fixes #26413. git-svn-id: https://develop.svn.wordpress.org/trunk@26639 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfourteen/css/editor-style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wp-content/themes/twentyfourteen/css/editor-style.css b/src/wp-content/themes/twentyfourteen/css/editor-style.css index 047d7264f2..a6ed7010c1 100644 --- a/src/wp-content/themes/twentyfourteen/css/editor-style.css +++ b/src/wp-content/themes/twentyfourteen/css/editor-style.css @@ -128,6 +128,8 @@ i { mark, ins { background: #fff9c0; + border: 0; + color: inherit; text-decoration: none; }