Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync with master #27

Merged
merged 3 commits into from Jul 25, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "Waves",
"version": "0.4.0",
"version": "0.4.1",
"homepage": "http://publicis-indonesia.github.io/Waves",
"authors": [
"Alfiana E. Sibuea <alfian.sibuea@gmail.com>"
Expand Down
7 changes: 6 additions & 1 deletion dist/waves.css
@@ -1,6 +1,6 @@

/*!
* Waves v0.4.0
* Waves v0.4.1
* https://publicis-indonesia.github.io/Waves
*
* Copyright 2014 Publicis Metro Indonesia, PT. and other contributors
Expand Down Expand Up @@ -117,4 +117,9 @@ input.waves-button-input {

.waves-block {
display:block;
}

/* Firefox Bug: link not triggered */
a.waves-effect .waves-ripple {
z-index:-1;
}
2 changes: 1 addition & 1 deletion dist/waves.js
@@ -1,6 +1,6 @@

/*!
* Waves v0.4.0
* Waves v0.4.1
* https://publicis-indonesia.github.io/Waves
*
* Copyright 2014 Publicis Metro Indonesia, PT. and other contributors
Expand Down
4 changes: 2 additions & 2 deletions dist/waves.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/waves.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "Waves",
"version": "0.4.0",
"version": "0.4.1",
"description": "Click effect insipired by Google Material Design",
"author": "Alfiana E. Sibuea <alfian.sibuea@gmail.com>",
"main": "waves.js",
Expand Down
7 changes: 6 additions & 1 deletion src/css/waves.css
@@ -1,6 +1,6 @@

/*!
* Waves v0.4.0
* Waves v0.4.1
* https://publicis-indonesia.github.io/Waves
*
* Copyright 2014 Publicis Metro Indonesia, PT. and other contributors
Expand Down Expand Up @@ -117,4 +117,9 @@ input.waves-button-input {

.waves-block {
display:block;
}

/* Firefox Bug: link not triggered */
a.waves-effect .waves-ripple {
z-index:-1;
}
2 changes: 1 addition & 1 deletion src/js/waves.js
@@ -1,6 +1,6 @@

/*!
* Waves v0.4.0
* Waves v0.4.1
* https://publicis-indonesia.github.io/Waves
*
* Copyright 2014 Publicis Metro Indonesia, PT. and other contributors
Expand Down