Skip to content
Snippets Groups Projects

Issue #3202493 by jenniferaube: Claro is missing focus in the CKEditor toolbar configuration

Open Issue #3202493 by jenniferaube: Claro is missing focus in the CKEditor toolbar configuration
Open Jennifer Houde requested to merge issue/drupal-3202493:issue-3202493 into 9.2.x
2 files
+ 7
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -93,3 +93,9 @@
[disabled] + .cke .cke_path_empty::after {
content: none;
}
.ckeditor-buttons li a:focus {
outline: -webkit-focus-ring-color auto 1px;
}
.ckeditor-buttons li a:hover {
outline: -webkit-focus-ring-color auto 1px;
}
Loading