In StylesSet first element look like it has already been applied #5443
Labels
accessibility
Issue related to accessibility.
plugin:richcombo
The plugin which probably causes the issue.
plugin:stylescombo
The plugin which probably causes the issue.
status:confirmed
An issue confirmed by the development team.
type:bug
A bug.
In the StylesSet, when drop-down is opened, the first element look like it has already been applied.
You can see it on
https://ckeditor.com/docs/ckeditor4/latest/examples/styles.html
If i set focus on H1, in StylesSet first style "Italic" look like it has already been applied.
It should be fixed in /ckeditor/skins/mono-lisa/editor.css
adding
.cke_panel_listItem a:focus{background-color: transparent !important;}
The text was updated successfully, but these errors were encountered: