Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!556
Issue
#3202493
by jenniferaube: Claro is missing focus in the CKEditor toolbar configuration
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue
#3202493
by jenniferaube: Claro is missing focus in the CKEditor toolbar configuration
issue/drupal-3202493:issue-3202493
into
9.2.x
Overview
0
Commits
1
Pipelines
0
Changes
2
Open
Jennifer Houde
requested to merge
issue/drupal-3202493:issue-3202493
into
9.2.x
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
9.2.x
9.2.x (HEAD)
and
latest version
latest version
dc9d3f6f
1 commit,
3 years ago
2 files
+
7
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
core/themes/claro/css/theme/ckeditor-editor.css
+
6
−
0
Options
@@ -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