ckeditor.admin.css
Same filename in this branch
Same filename in other branches
Claro specific styling for CKEditor admin.
File
-
core/
themes/ claro/ css/ theme/ ckeditor.admin.css
View source
- /*
- * 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;
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.