Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

feat(buttons): Add new design styles and improvements #91

Merged
merged 3 commits into from
Jan 11, 2017

Conversation

theOrlin
Copy link
Contributor

No description provided.

@joneff joneff self-requested a review January 11, 2017 13:44
kendo-dropdownbutton.k-state-focused,
kendo-dropdownbutton:focus {
outline: 0;
.k-dropdownbutton {
Copy link
Contributor

Choose a reason for hiding this comment

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

If we have k-split-button, then this should be k-dropdown-button, or vice versa -- k-splitbutton and k-dropdownbutton.

The rest is fine.

Copy link
Contributor

Choose a reason for hiding this comment

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

@gyoshev @nlazarov any thoughts on this?

Copy link
Contributor

Choose a reason for hiding this comment

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

Seems to be the same question that we had for the button-group and buttongroup, no? telerik/kendo-angular-buttons#45

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Changed the class name to k-dropdown-button.


$primary-focused-box-shadow: 0 0 0 2px lighten($primary-button-bg, 23%) !default;
$primary-active-box-shadow: inset 0 3px 5px desaturate($primary-button-bg, 3%) !default;
$primary-focused-box-shadow: 0 3px 4px 0 rgba(255, 99, 88, .06) !default;
Copy link
Contributor

Choose a reason for hiding this comment

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

How is this color calculated? seems related to $accent.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It is exactly the $accent color. I was unaware that I could use a hex variable inside an RGBA function in SASS. Corrected now.

@joneff joneff merged commit b3a96a2 into master Jan 11, 2017
@joneff joneff deleted the buttons-improvements branch January 11, 2017 15:54
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.

3 participants