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

Commit

Permalink
fix(dialog): no more blurry text
Browse files Browse the repository at this point in the history
  • Loading branch information
justindujardin committed Feb 21, 2016
1 parent dc63f19 commit 7baaaee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ng2-material/components/dialog/dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@
opacity: 1;
transition: $swift-ease-out;
transform: translate3d(-50%, -50%, 0) scale(1.0);
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-ms-filter: blur(0px);
filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
filter: none;
}

&.md-dialog-absolute {
Expand Down

0 comments on commit 7baaaee

Please sign in to comment.