Commit cc4a1b45 authored by Ben Mullins's avatar Ben Mullins
Browse files

Issue #3285049 by lauriii, nod_, catch, Wim Leers: Decide what to do about...

Issue #3285049 by lauriii, nod_, catch, Wim Leers: Decide what to do about CKEditor styles in core themes
parent fea90e52
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -210,6 +210,9 @@
.ckeditor-buttons li a:active,
.ckeditor-multiple-buttons li a:focus {
  z-index: 11; /* Ensure focused buttons show their outline on all sides. */
  outline: 1px dotted #212121;
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}
.ckeditor-buttons li:first-child a {
  border-top-left-radius: 2px; /* LTR */
+6 −0
Original line number Diff line number Diff line
@@ -23,3 +23,9 @@
  font-size: 14px;
  -webkit-touch-callout: none;
}

.cke.cke_chrome.cke_focus {
  outline: 1px dotted #212121;
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}