Skip to content

Commit

Permalink
fix(grid): filter button is not visible in ie
Browse files Browse the repository at this point in the history
  • Loading branch information
Juveniel authored and joneff committed Dec 8, 2021
1 parent 87a8489 commit b11f198
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/default/scss/grid/_layout.scss
Expand Up @@ -659,14 +659,6 @@
bottom: calc( #{ $grid-header-padding-y } + #{ $line-height-em / 2 } - #{ $button-inner-calc-size / 2 } );
z-index: 1;

.k-ie & {
position: static;
float: right;
margin-top: calc( (#{ $button-calc-size } - #{ $form-line-height * 1em}) / -2);
margin-bottom: calc( (#{ $button-calc-size } - #{ $form-line-height * 1em}) / -2);
margin-right: calc( -1 * #{ $button-calc-size });
}

&:hover {
cursor: pointer;
}
Expand Down

0 comments on commit b11f198

Please sign in to comment.