Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vertical toolbar items should have no border radius #3408

Closed
oleq opened this issue Apr 9, 2018 · 0 comments · Fixed by ckeditor/ckeditor5-theme-lark#225
Closed

Vertical toolbar items should have no border radius #3408

oleq opened this issue Apr 9, 2018 · 0 comments · Fixed by ckeditor/ckeditor5-theme-lark#225
Assignees

Comments

@oleq
Copy link
Member

oleq commented Apr 9, 2018

This line used to have a higher specificity than the default .ck-button. Since the .ck class has been introduced, this rule has lower specificity and hence the toolbar items look as follows:

image

Quick fix:

.ck.ck-toolbar.ck-toolbar_vertical > .ck

instead of

.ck.ck-toolbar.ck-toolbar_vertical > *

cc @dkonopka

@oleq oleq self-assigned this Apr 5, 2019
Reinmar referenced this issue in ckeditor/ckeditor5-theme-lark Apr 23, 2019
Fix: Vertical toolbar items should have no border-radius. Closes #168.
@mlewand mlewand transferred this issue from ckeditor/ckeditor5-theme-lark Oct 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant