Skip to content

Commit

Permalink
fix(sort): style changes to fix IE (#7375)
Browse files Browse the repository at this point in the history
* fix(sort): style changes to fix IE

* Update sort-header.scss
  • Loading branch information
andrewseguin authored Sep 29, 2017
1 parent cc6f39e commit 75f26e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/sort/sort-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ $mat-sort-header-arrow-transition: 225ms cubic-bezier(0.4, 0, 0.2, 1);
align-items: center;
position: absolute;
top: 0;
left: 0;
transition: $mat-sort-header-arrow-transition;
}

Expand All @@ -72,6 +73,7 @@ $mat-sort-header-arrow-transition: 225ms cubic-bezier(0.4, 0, 0.2, 1);
height: $mat-sort-header-arrow-thickness;
transition: $mat-sort-header-arrow-transition;
position: absolute;
top: 0;
}

.mat-sort-header-pointer-left {
Expand Down

0 comments on commit 75f26e8

Please sign in to comment.