Skip to content

Commit

Permalink
Modal | Avoid blurry shit
Browse files Browse the repository at this point in the history
  • Loading branch information
onaliugo committed Sep 23, 2015
1 parent 30d34f5 commit 8d31dce
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dist/css/tapestry.css
Original file line number Diff line number Diff line change
Expand Up @@ -1764,7 +1764,8 @@ th {
overflow: auto;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
transition: opacity 0.2s ease-in-out; }
transition: opacity 0.2s ease-in-out;
-webkit-filter: blur(0); }
.Modal[aria-hidden="false"] {
visibility: visible;
opacity: 1;
Expand Down
1 change: 1 addition & 0 deletions src/scss/components/modal/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
overflow: auto;
transform: translate(-50%, -50%);
transition: opacity .2s ease-in-out;
-webkit-filter: blur(0);

&[aria-hidden="false"] {
visibility: visible;
Expand Down

0 comments on commit 8d31dce

Please sign in to comment.