- 🇮🇹Italy apaderno Brescia, 🇮🇹
(See comment #16 for some hints on what that comment can say.)
- 🇮🇹Italy apaderno Brescia, 🇮🇹
The initial commit already included a file with the following content.
/** * @file * Seven specific styling for CKEditor admin. */ /* * This rule is needed to provide Seven's blue focus outline. */ .ckeditor-toolbar-disabled .ckeditor-buttons li a:focus { box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 8px #40b6ff; } .ckeditor-toolbar-active .ckeditor-buttons li a:focus { box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 8px #40b6ff; }
What should be changed in that file is the comment before the CSS rules, and the property used for those roles.
- Merge request !91Issue #2735421: Make link + button focus styles more robust for keyboard accessibility → (Merged) created by apaderno
-
avpaderno →
committed 1a9c45f7 on 2.0.x
Issue #2735421: Make link + button focus styles more robust for keyboard...
-
avpaderno →
committed 1a9c45f7 on 2.0.x
-
avpaderno →
committed dee45cd8 on 1.0.x
Issue #2735421: Make link + button focus styles more robust for keyboard...
-
avpaderno →
committed dee45cd8 on 1.0.x
Automatically closed - issue fixed for 2 weeks with no activity.