Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

t/ckeditor5-ui/394: Used a solid box-shadow to indicate the :focus state of the .ck-button #187

Merged
merged 4 commits into from
Jul 6, 2018

Conversation

oleq
Copy link
Member

@oleq oleq commented Jul 4, 2018

Suggested merge commit message (convention)

Other: Used a solid box-shadow to indicate the :focus state of the .ck-button (also .ck-input). Obsoleted the background color change on .ck-button:focus to avoid situations when a focused button looks like an active one (see ckeditor/ckeditor5#5456).

BREAKING CHANGE: Various color variables --ck-color-button-...-focus have been renamed to --ck-color-button-...-hover.


Additional information

A piece of ckeditor/ckeditor5-ui#422.

…k-button (also .ck-input). Obsoleted the background color change on .ck-button:focus to avoid situations when a focused button looks like an active one (see ckeditor/ckeditor5-ui#394).
@@ -23,6 +23,7 @@
/* This is important to stay of the same height as surrounding buttons */
min-height: var(--ck-ui-component-min-height);

/* Apply some smooth transition to the box-shadow and border. */
transition-property: box-shadow,border;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing space before second property.

@dkonopka dkonopka merged commit ad5770c into master Jul 6, 2018
@dkonopka dkonopka deleted the t/ckeditor5-ui/394 branch July 6, 2018 07:18
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants