ckeditor.admin.pcss.css
Claro specific styling for CKEditor admin.
File
-
core/
themes/ claro/ css/ theme/ ckeditor.admin.pcss.css
View source
- /**
- * @file
- * Claro specific styling for CKEditor admin.
- */
-
- @import "../base/variables.pcss.css";
-
- /*
- * 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: var(--focus-box-shadow);
- }
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.