From 0c9132c94293f144e5c858982e9637cf688b6928 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Wed, 4 Dec 2013 21:47:11 +0000 Subject: [PATCH] Twenty Fourteen: fix editor style discrepancies for `mark` and `ins`. Props sixhours, fixes #26413. Built from https://develop.svn.wordpress.org/trunk@26639 git-svn-id: http://core.svn.wordpress.org/trunk@26529 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/twentyfourteen/css/editor-style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wp-content/themes/twentyfourteen/css/editor-style.css b/wp-content/themes/twentyfourteen/css/editor-style.css index 047d7264f2..a6ed7010c1 100644 --- a/wp-content/themes/twentyfourteen/css/editor-style.css +++ b/wp-content/themes/twentyfourteen/css/editor-style.css @@ -128,6 +128,8 @@ i { mark, ins { background: #fff9c0; + border: 0; + color: inherit; text-decoration: none; }