Skip to content
Snippets Groups Projects

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

Open Issue #3202493: Claro is missing focus in the CKEditor toolbar configuration
Open Jennifer Houde requested to merge issue/drupal-3202493:9.2.x into 9.2.x
1 file
+ 6
0
Compare changes
  • Side-by-side
  • Inline
@@ -161,6 +161,12 @@
margin: 0;
padding: 0;
}
.ckeditor-buttons li a:focus {
outline: -webkit-focus-ring-color auto 1px;
}
.ckeditor-buttons li a:hover {
outline: -webkit-focus-ring-color auto 1px;
}
[dir="rtl"] .ckeditor-buttons li {
float: right;
}
Loading