Skip to content

Commit

Permalink
Changed box shadow styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean-Oh committed Dec 13, 2016
1 parent d4e322a commit 611095b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/internal-packages/validation/styles/editable.less
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@

&-is-modified, &-is-updating, &-is-success, &-is-error {
.editable-wrapper {
-webkit-box-shadow: -10px 10px 50px -20px rgba(0,0,0,0.75);
-moz-box-shadow: -10px 10px 50px -20px rgba(0,0,0,0.75);
box-shadow: -10px 10px 50px -20px rgba(0,0,0,0.75);
box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.2);
}
}

Expand Down

0 comments on commit 611095b

Please sign in to comment.