diff --git a/skins/elastic/styles/widgets/editor.less b/skins/elastic/styles/widgets/editor.less index 6046cf934..92deeeadb 100644 --- a/skins/elastic/styles/widgets/editor.less +++ b/skins/elastic/styles/widgets/editor.less @@ -857,8 +857,10 @@ html.touch .mce-grid td { } } - a:hover, a:focus { + a:hover, + a:focus { border-bottom-color: transparent; + outline: 0; } }