/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Claro specific styling for CKEditor admin.
 */

/*
 * This rule is needed to provide Claro's green focus outline. There is a style
 * in the CKEditor module CSS that adds a box-shadow at a higher specificity
 * than Claro's focus outline styling. This is added at one higher degree of
 * specificity.
 * @see core/modules/ckeditor/css/ckeditor.admin.css
 */

.ckeditor-toolbar-disabled .ckeditor-buttons li a:focus {
  box-shadow: 0 0 0 2px #fff, 0 0 0 5px #26a769;
}
