Skip to content

Commit

Permalink
fix(toolbar): expanded combobox style
Browse files Browse the repository at this point in the history
  • Loading branch information
JoomFX authored and joneff committed Oct 19, 2019
1 parent 306ffe3 commit da1acd5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/default/scss/toolbar/_theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@
// Button group
.k-button-group {}

.k-combobox {
.k-state-border-up,
.k-state-border-down {
box-shadow: $toolbar-button-expanded-shadow;
}
}

}

}

0 comments on commit da1acd5

Please sign in to comment.