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

fix: use the same general structure for dialog and window #2755

Merged
merged 2 commits into from
Feb 10, 2017

Conversation

joneff
Copy link
Contributor

@joneff joneff commented Feb 10, 2017

No description provided.

@joneff joneff requested a review from gyoshev February 10, 2017 12:14
@joneff
Copy link
Contributor Author

joneff commented Feb 10, 2017

The only question is whether to leave all class names, or use "scoped" e.g.

// instead of 
.k-dialog-titlebar {}

// to use
.k-dialog .k-window-titlebar {}

I personally prefer the former. To me, having a bit more class names will not hurt performance.

@gyoshev
Copy link
Contributor

gyoshev commented Feb 10, 2017

Leaving the class names also makes them a bit more backwards compatible, so I'm okay with keeping them for the time being.

@gyoshev gyoshev merged commit f47d4c8 into master Feb 10, 2017
@gyoshev gyoshev deleted the window-dialog-fixes branch February 10, 2017 12:46
Iankodj pushed a commit that referenced this pull request Mar 16, 2017
* fix: use the same general structure for dialog and window

* fix: jshint errors
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 this pull request may close these issues.

2 participants