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

Fix: ck-button should ignore default -webkit-appearance. #195

Merged
merged 2 commits into from
Jul 26, 2018
Merged

Conversation

dkonopka
Copy link
Contributor

@dkonopka dkonopka commented Jul 19, 2018

Suggested merge commit message (convention)

Fix: ck-button should ignore default -webkit-appearance. Closes ckeditor/ckeditor5#3414.


Additional information

Various CSS frameworks (e.g. bootstrap) is styling button-like elements, that's why we need to reset them:

button,
html [type="button"], 
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

@dkonopka dkonopka requested a review from oleq July 19, 2018 08:52
@oleq oleq merged commit a65dfbd into master Jul 26, 2018
@oleq oleq deleted the t/189 branch July 26, 2018 11:01
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.

Missing -webkit-appearance reset
2 participants