-
Notifications
You must be signed in to change notification settings - Fork 10
t/135 Removed "vanilla" Lark #139
Conversation
Some impressions and bugs:
|
Ok, variables removed, manual test updated, I've added @oleq Let's talk about balloon background, why (and when? :D) we decided to use two different backgrounds for toolbar and balloon? Currently, it looks really weird, maybe we should consider one for every panel in the editor? toolbar bg - hsl(0, 0%, 98%)balloon bg - hsl(0, 0%, 100%) |
We never considered a balloon with a darker background when working on ckeditor/ckeditor5#645. IMO white balloons provide a better contrast between the wall of edited text and the UI and that's a good enough reason. It's more evident when in the context |
Anyway, we can discuss the topic in a separate issue. Let's focus on the task at hand and not touch the design we came up with. |
Agree. I'll make follow-up then and bring back white background for the balloon. edit: you were faster :D |
…the focus border shows up.
Suggested merge commit message (convention)
Other: Removed styles for
ck-editor-toolbar
. Closes ckeditor/ckeditor5#3395.Other: Removed border from
ck-button
class.Tests: Wrapped buttons and icons in
ToolbarView
in manual theme test.