Skip to content

Commit

Permalink
[fixed] #728, fixes DatePicker and ScrollSpyNav dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Minwe committed Sep 11, 2015
1 parent be8a80a commit fee5a95
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion components.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
"ui.scrollspynav": {
"depStyle": [],
"depJs": [
"ui.smooth-scroll.less"
"ui.smooth-scroll.js"
]
},
"ui.share": {
Expand Down Expand Up @@ -254,7 +254,9 @@
},
"ui.ucheck": {
"depStyle": [
"form.less",
"icon.less",
"input-group.less",
"ui.ucheck.less"
],
"depJs": []
Expand All @@ -273,6 +275,10 @@
"depStyle": [],
"depJs": []
},
"util.geolocation": {
"depStyle": [],
"depJs": []
},
"util.hammer": {
"depStyle": [],
"depJs": []
Expand Down
1 change: 1 addition & 0 deletions less/ui.modal.less
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
text-align: center;
border-radius: @modal-border-radius;
opacity: 0;
// @see https://github.com/allmobilize/amazeui/issues/712
// transform: translate3d(0, 0, 0) scale(1.185);
transform: scale(1.185);
transition-property: transform, opacity;
Expand Down

0 comments on commit fee5a95

Please sign in to comment.