Skip to content

Commit

Permalink
fix(toolbar): buttons in overflow menu in IE
Browse files Browse the repository at this point in the history
  • Loading branch information
TeyaVes authored and joneff committed Mar 14, 2019
1 parent ce9dab9 commit d193b84
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 1 addition & 3 deletions packages/default/scss/button/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,7 @@

}

.k-ie9,
.k-ie10,
.k-ie11 {
.k-ie {

.k-button,
.k-button-group {
Expand Down
4 changes: 4 additions & 0 deletions packages/default/scss/popup/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,10 @@ $popup-filter-padding-x: $input-padding-x !default;
.k-icon {
margin: 0 $icon-spacing 0 0;
}

.k-ie11 & {
display: flex;
}
}

// Button disabled state
Expand Down
4 changes: 4 additions & 0 deletions packages/default/scss/toolbar/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@
&::before {
@include border-radius( $toolbar-button-border-radius );
}

.k-ie11 & {
display: inline-flex;
}
}

// Toggle button
Expand Down

0 comments on commit d193b84

Please sign in to comment.