Commit Graph

519 Commits

Author SHA1 Message Date
phillc
a4a7911193 Change togglebutton's first-child to first-of-type 2015-02-10 19:57:50 -05:00
Phillip Glenn Libay
e4aef92670 Edit typo on CONTRIBUTING.md 2015-02-02 14:15:09 +08:00
Fez Vrasta
c83d857a26 Merge pull request #390 from tyutyutyu/patch-1
Typo in CSS class name
2015-01-30 14:15:33 +01:00
István Földházi
99b6d0c458 Typo in CSS class name 2015-01-30 14:10:28 +01:00
FezVrasta
035999f8ef Merge remote-tracking branch 'origin/master' 2015-01-27 15:27:08 +01:00
FezVrasta
79ba5f49af input underline is 1px, highlight underline is 2 px 2015-01-27 15:26:48 +01:00
Fez Vrasta
571c727d8c Merge pull request #371 from kmmbvnr/master
Don't set floating label on leave
2015-01-27 12:48:06 +01:00
FezVrasta
dbe4705ef8 Big improvement on input highlight effect.
Now inputs doesn't need form-input-wrapper and neither the material-input span to make the animation.
2015-01-26 18:05:46 +01:00
Fez Vrasta
07dc9718e5 Merge pull request #378 from jerone/issue-368
🐛 Dropdown active class support. Fixes #368
2015-01-26 07:27:01 +01:00
Jeroen van Warmerdam
05655dd96d 🐛 Dropdown active class support. Fixes #368 2015-01-25 18:42:53 +01:00
Fez Vrasta
c27e059d3d Merge pull request #370 from morrissinger/master
Update bower.json
2015-01-20 19:51:01 +01:00
Mikhail Podgurskiy
663c604e7b Don't set floating label on leave
Navigation over empty fields using Tab should not bounce the labels
2015-01-20 07:16:59 +05:00
Morris Singer
6b0b5d790d Update bower.json 2015-01-19 14:18:25 -05:00
Fez Vrasta
8a9b3da18d Merge pull request #365 from urecio/fix-arrive-when-custom-options
Fix(arrive)
2015-01-17 12:29:26 +01:00
Unai Recio
47202861d5 Fix(arrive):
- Adds conditions also when using arriveJS
- Includes ripples to the arrive support
2015-01-16 16:37:26 +00:00
Fez Vrasta
fa450b6a53 Merge pull request #361 from ryanmcdonough/master
Dividers
2015-01-13 13:34:28 +01:00
ryanmcdonough
1ef093fb33 Extra Browser Support in Dividers
Added extra support for other browsers in dividers. As well as fall back
from the standard of min-resolution
2015-01-13 10:36:56 +00:00
ryanmcdonough
c6c1e2fa23 Include dividers material design 2015-01-12 13:53:59 +00:00
ryanmcdonough
c15c03390d Material dividers 2015-01-12 11:20:49 +00:00
ryanmcdonough
2028119c2a Material dividers 2015-01-12 11:06:42 +00:00
Fez Vrasta
0cbaccdc1c Merge pull request #351 from gitarno/patch-1
Create line at the bottom of the list items
2015-01-08 14:40:25 +01:00
Arno
31d0346c67 Create line at the bottom of the list items
To use simply add to the class: '.baseline';
Compatibility with IE9 +
2015-01-08 11:35:04 -02:00
FezVrasta
ab534790c3 updated readme 2015-01-06 10:58:26 +01:00
FezVrasta
6c5732b036 updated readme 2015-01-06 10:29:12 +01:00
FezVrasta
f2086a6a4b autofill feature is now set to false by default 2015-01-06 10:28:40 +01:00
FezVrasta
535c62aa60 Merge remote-tracking branch 'origin/master' 2015-01-06 10:25:18 +01:00
FezVrasta
1f19e97bc3 fixed problems with new ripples.js 2015-01-06 10:25:09 +01:00
Fez Vrasta
e799e6668f Merge pull request #338 from usefulio/ignore_class_attribute_order
Class Order Independent Button Hovers
2015-01-03 08:46:06 +01:00
Ian Serlin
f955393f13 allows .btn* classes to be specified in any order and still receive proper hover state colors 2015-01-02 15:04:01 -08:00
FezVrasta
fcd35da52b full color palette + ripples.js (WIP) 2014-12-29 14:33:55 +01:00
Fez Vrasta
c03c4ddf56 Merge pull request #331 from grvcoelho/patch-2
Fix ripples.js to allow multiple elements using ripples
2014-12-29 13:43:33 +01:00
Guilherme Rv Coelho
8160bd63e7 Update ripples.js to allow multiple elements using ripples
There was a problem with the last update when two or more elements of the page used the ripple effect. This is fixed with this commit.
2014-12-29 10:30:53 -02:00
Fez Vrasta
e88262858a Merge pull request #330 from grvcoelho/patch-1
Fix #327 on ripples.js and improve structure
2014-12-28 17:10:38 +01:00
Guilherme Rv Coelho
789d3517db Update ripples.js to pass travis validation 2014-12-28 13:52:06 -02:00
Guilherme Rv Coelho
27d1a7a8e5 Update ripples.js to double quotes 2014-12-28 13:36:55 -02:00
FezVrasta
bb77e97ec7 Merge remote-tracking branch 'origin/master' 2014-12-28 15:47:15 +01:00
Guilherme Rv Coelho
0de9d60e30 Fix #327 on ripples.js and improve structure
I've fixed #327 and I also passed the plugin to a jQuery Boilerplate structure. I only made changes on the structure and not in the functions themselves, so the  code could be a little bit neater, cleaner and intuitive.

Now the plugin can be accessed alone, by doing: 
```javascript
$(selector).ripples();
```

Note: I've removed the default elements targeted by the plugin, for IMHO I think that should be in the initialization, and not in the plugin itself.
2014-12-28 12:41:17 -02:00
FezVrasta
1fcca23ec5 bower badge added 2014-12-28 15:39:03 +01:00
Fez Vrasta
60cfbbd6d6 Merge pull request #326 from edlau/master
Fixed a couple bugs in LESS scripts
2014-12-27 10:00:07 +01:00
Edmond Lau
5211de142a the default button doesn't get the right font color 2014-12-26 18:00:36 -05:00
Edmond Lau
a289ee8147 fixed a bracket typo bug in _buttons 2014-12-26 18:00:18 -05:00
FezVrasta
379ea620f3 Merge remote-tracking branch 'origin/master' 2014-12-26 19:12:48 +01:00
FezVrasta
cc1a0b67cd Merge branch 'korgan00#master'
Conflicts:
	index.html
2014-12-26 18:43:31 +01:00
FezVrasta
0095f43c22 merging material colors 2014-12-26 18:42:06 +01:00
Fez Vrasta
5456e0fc32 Merge pull request #324 from phoeagon/master
Floating Action Button should float higher than Raised Button
2014-12-26 08:58:22 +01:00
phoeagon
0e2aa4b823 Floating Action Button should float higher than Raised Button (See http://www.google.com/design/spec/what-is-material/objects-in-3d-space.html#objects-in-3d-space-elevation) 2014-12-26 13:03:07 +08:00
Korgan
9b605fee49 explanation added 2014-12-19 20:22:11 +01:00
Korgan
e5c656d694 placeholder working correctly 2014-12-19 20:13:22 +01:00
Korgan
ca75470ecf commented unnecesary style 2014-12-19 20:12:48 +01:00
Korgan
32490815e6 fix and added 'inverse' color 2014-12-19 19:33:21 +01:00