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

Commit

Permalink
fix(buttonGroup): fix no applying focus state to disabled button in b…
Browse files Browse the repository at this point in the history
…utton group telerik/kendo#7846
  • Loading branch information
Magdalena Grigorova authored and joneff committed Jan 12, 2018
1 parent 19fd44a commit 6bd09e2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions scss/button/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,16 @@
box-shadow: $primary-button-focused-shadow;
}

// Disabled state
&.k-state-disabled .k-button,
.k-state-disabled {

&:not(.k-state-active),
&:not(.k-state-active):hover {
@include fill( $button-text, $button-bg, $button-border, $button-gradient );
}
}

}

// Bare button
Expand Down

0 comments on commit 6bd09e2

Please sign in to comment.