Commit Graph

207 Commits

Author SHA1 Message Date
Kevin Ross
8d108312cd sass is inclusion order dependent. In order to get the full-palette vs standard-palette, it required a separation of the content in material.less into _material.less to separate dependencies vs content. 2015-11-05 10:56:14 -06:00
Kevin Ross
ba880eb1fd sass demos added and linked. Files are generated in dist/sassc (so that fonts link properly), but ignored by .gitignore to avoid unnecessary distribution. 2015-11-05 08:25:02 -06:00
Kevin Ross
45926cd3a9 added generated file header, fixed contrast functions 2015-11-04 16:54:57 -06:00
Michał Bagiński
e48f14c3b7 fixed one of the conditions for adding the "empty" CSS class 2015-08-26 18:13:13 +02:00
Michał Bagiński
4c55c30074 fixed the CSS selector 2015-08-22 23:09:49 +02:00
Michał Bagiński
bbb0b115fb attach document-level delegated event handlers only once
These handlers were wrongly attached on every input(...) or autofill(...) call, which resulted in redundant attachments in certain scenarios (e.g. when using arrive). Now they are attached only on init().
2015-08-22 16:17:50 +02:00
Michał Bagiński
894c53d979 grunt 2015-08-22 15:13:49 +02:00
Ivan Demidov
df12d42b26 fixed bug not added class empty if input error and empty value 2015-07-24 12:40:07 +03:00
HeliumSquid
a3216c29b9 Centred icons inside of floating action buttons. 2015-07-04 17:30:47 +02:00
FezVrasta
cd4ba9ee7d grunt 2015-06-05 15:38:14 +02:00
FezVrasta
f4b6cdd447 fixes #609 2015-06-05 15:37:09 +02:00
Marcel
32df7e810a Build 2015-04-27 16:16:17 +02:00
Fez Vrasta
96e434271b Merge pull request #505 from truyencuatui/master
Update test.html
2015-04-08 14:56:26 +02:00
FezVrasta
71f35fe5d6 removed useless keyframes animation from inputs 2015-03-19 15:26:00 +01:00
FezVrasta
5f38258bda fixed #504 2015-03-18 15:29:57 +01:00
FezVrasta
c6d0850ae1 fixed color of labels and floating labels 2015-03-18 14:46:06 +01:00
Lương Cường
b96ae2a58d Update test.html 2015-03-18 08:47:02 +07:00
FezVrasta
343b300791 fixed #348 2015-03-17 18:40:13 +01:00
FezVrasta
bed5d8c478 fixed #403 2015-03-17 18:32:39 +01:00
FezVrasta
7e1893ccaf removed deprecated variables 2015-03-17 18:27:20 +01:00
FezVrasta
9339c8e3da fixed input behaviors 2015-03-17 18:08:03 +01:00
FezVrasta
0c8e3d34c1 fixed style and behavior of floating labels 2015-03-17 17:47:58 +01:00
FezVrasta
d719f994c8 compiled new icons 2015-03-17 17:32:26 +01:00
Fez Vrasta
e113eb96a2 Merge pull request #452 from jmillspaysbills/master
updated icon fonts
2015-03-17 17:07:48 +01:00
Jeremy Miller
02f36733cd new font w/ :after pseudo classes.
Changed the way the battery and signal indicators are displayed, using
a new :after pseudo class.
2015-03-16 12:31:58 -05:00
Jeremy Miller
ce44b8d8e5 updated fonts w/ new :after pseudo classes
Changed the way the battery and signal indicators are displayed, using
a new :after pseudo class.
2015-03-16 12:31:35 -05:00
FezVrasta
2bbae4a731 fixed specificity of shadows 2015-03-16 15:19:26 +01:00
FezVrasta
9bd3c08357 implemented #480 to fix #275 2015-03-16 15:16:54 +01:00
FezVrasta
679145442a fixed #499 2015-03-16 14:47:55 +01:00
FezVrasta
6129a4d898 fixed some togglebutton selector 2015-03-16 14:41:16 +01:00
FezVrasta
c6475c3b53 ran grunt copy to add fonts to dist/fonts 2015-03-13 14:39:29 +01:00
FezVrasta
ebd3c42032 fixed ripple color of toggle buttons 2015-03-11 17:14:24 +01:00
FezVrasta
13cf2b7d7f improved material checkboxes (CHANGED MARKUP) 2015-03-11 16:45:01 +01:00
FezVrasta
a587319fa1 improved shadows and buttons 2015-03-10 13:01:47 +01:00
FezVrasta
c894f76bfb added color variations even on toggles' ripple 2015-03-10 10:27:06 +01:00
FezVrasta
bdf459edf4 btn states and toggles variations 2015-03-09 20:56:57 +01:00
FezVrasta
55bddb069c see changes to changelog.md 2015-03-09 17:10:44 +01:00
MatrixZ
90cea586b6 fixes #468 2015-03-06 11:21:25 +05:30
MatrixZ
8c16f5693f dist folder updated 2015-03-03 18:04:43 +05:30
Jeremy Miller
5c8f29b5e2 updated icon fonts
updating icon fonts w/ 24px baseline grid.
2015-02-23 12:10:23 -06:00
FezVrasta
d15b15a518 Merge remote-tracking branch 'originssh/master' 2015-02-18 11:22:12 +01:00
FezVrasta
b16927e9b5 fixed #435 2015-02-18 11:22:03 +01:00
Christian
a5df0ef35f Update test.html
Update CDN links to latest version of Bootstrap (3.3.2)
2015-02-12 18:25:27 +09:00
FezVrasta
c91092614a input underline is 1px, highlight underline is 2 px 2015-01-27 15:26:48 +01:00
FezVrasta
8969c06418 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
Jeroen van Warmerdam
c372ba8277 🐛 Dropdown active class support. Fixes #368 2015-01-25 18:42:53 +01:00
Unai Recio
be366ac210 Fix(arrive):
- Adds conditions also when using arriveJS
- Includes ripples to the arrive support
2015-01-16 16:37:26 +00:00
ryanmcdonough
d191f51758 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
72905e6336 Include dividers material design 2015-01-12 13:53:59 +00:00
FezVrasta
967ec61b0e autofill feature is now set to false by default 2015-01-06 10:28:40 +01:00
FezVrasta
2e6c341399 fixed problems with new ripples.js 2015-01-06 10:25:09 +01:00
FezVrasta
c71b908582 full color palette + ripples.js (WIP) 2014-12-29 14:33:55 +01:00
FezVrasta
9d645a45f8 merging material colors 2014-12-26 18:42:06 +01:00
FezVrasta
cbaeedd3b2 fix for #294 2014-12-18 13:59:34 +01:00
FezVrasta
cab494bb14 implement #304 2014-12-18 12:54:59 +01:00
FezVrasta
34806be6f4 fix for #258 2014-12-18 10:54:36 +01:00
FezVrasta
1149a6ed6e btn-raised have a subtler shadow 2014-12-16 11:13:49 +01:00
FezVrasta
d15cf4c1fb Merge remote-tracking branch 'origin/master' 2014-12-13 12:40:20 +01:00
FezVrasta
09c7d9cb17 Merge branch 'korgan00#material-colors-implementation'
Conflicts:
	dist/css/ripples.css
	dist/css/ripples.css.map
	dist/css/ripples.min.css
	dist/css/ripples.min.css.map
	less/_colors.less
2014-12-13 12:36:26 +01:00
FezVrasta
fb512058b2 fixed active and disabled elements of navbar 2014-12-13 12:32:27 +01:00
FezVrasta
f9c738d19e some improvement on navbars 2014-12-13 12:26:25 +01:00
Kyler Berry
cf6b950cd0 281 add minified js files 2014-12-12 11:59:20 -05:00
FezVrasta
e9a256d380 ripples are now subtler 2014-12-10 20:36:31 +01:00
FezVrasta
794c439828 revert back before the newline at end of file fix. 2014-12-04 15:34:10 +01:00
FezVrasta
2492580ea4 fixed inputs 2014-12-04 14:47:42 +01:00
FezVrasta
45cc0243f0 ensure new line at end of compiled files 2014-12-04 14:00:01 +01:00
FezVrasta
8d75da2897 minify files with csswring to allow source mapping to less 2014-12-04 13:30:23 +01:00
FezVrasta
8a0ef469b2 grunt tasks revamped, removed support for SASS till #256 2014-12-04 13:17:45 +01:00
FezVrasta
ae0752680c now Roboto is loaded from system if present (discussion at #260) 2014-12-04 12:06:03 +01:00
FezVrasta
cd3a8f8daa fixed #264 and improved the arrive.js implementation and performances 2014-12-04 11:34:13 +01:00
FezVrasta
7d30ac6c0a fixed #262 2014-12-04 10:42:54 +01:00
FezVrasta
dae8545453 added support to browsers that don't support CSS transitions (#261) 2014-12-04 09:24:36 +01:00
FezVrasta
9c6bfabc2d fixed problem with input file 2014-12-03 16:02:26 +01:00
FezVrasta
7924379140 fixed well - part 2... 2014-12-03 12:18:34 +01:00
FezVrasta
4ffc8445f2 fixed well 2014-12-03 12:17:01 +01:00
FezVrasta
d36e839f35 grunt dist 2014-12-03 11:21:09 +01:00
FezVrasta
1664c960d0 fixed modal backdrop 2014-12-03 10:30:08 +01:00
FezVrasta
302d2a911f fixed border on tap 2014-12-03 10:05:07 +01:00
FezVrasta
8debf9be67 $.ripples is now optional 2014-12-03 09:55:18 +01:00
FezVrasta
3dd8e7d99d fixed #255 2014-12-02 09:15:18 +01:00
FezVrasta
93e4898607 fixed #253 2014-12-02 09:05:46 +01:00
FezVrasta
7cc760915e new demo page landed and added material-blue to colors 2014-12-01 15:43:41 +01:00
FezVrasta
d8c41380cf improved dropdown.js support 2014-12-01 15:07:55 +01:00
FezVrasta
eb2a4ef002 updated primary color according to default color of the specs 2014-12-01 13:58:52 +01:00
FezVrasta
2888c952a0 fixed some toggle button behavior 2014-12-01 13:45:11 +01:00
FezVrasta
185117e598 implemented toggle buttons #248 2014-12-01 13:29:34 +01:00
FezVrasta
66610aada1 fixed #244 and #239 2014-12-01 11:59:48 +01:00
FezVrasta
3f184f1cc2 improved mobile compatibility 2014-11-28 09:35:17 +01:00
FezVrasta
928b99e449 fixed opacity of ripples and added xbrowser compatibility 2014-11-27 09:47:55 +01:00
FezVrasta
5bbd510ef0 @davideschiera fixed #237 2014-11-27 09:45:54 +01:00
FezVrasta
8dd2272549 added source maps for LESS (fixes #196) 2014-11-26 13:28:22 +01:00
FezVrasta
0eb51de4e6 fixed #222 and changed indenting to 2 2014-11-26 13:04:13 +01:00
FezVrasta
b66aeba01b fixed #204 2014-11-26 12:53:20 +01:00
FezVrasta
30d53dab95 Ripples.js rewritten with jQuery + added JS maps 2014-11-26 12:42:41 +01:00
FezVrasta
c776bc231b fix #216 2014-11-26 10:25:05 +01:00
FezVrasta
66c4e706a3 fixed #234 2014-11-26 10:18:02 +01:00
FezVrasta
99c9bd78a6 2nd attempt to fix #161 2014-11-17 10:55:48 +01:00
FezVrasta
121c59f100 PR #207 2014-11-17 09:14:41 +01:00
FezVrasta
a520f3c0a3 fixed #161 2014-11-17 09:08:18 +01:00
FezVrasta
882ae17f35 styled panels, improved shadows 2014-11-12 16:46:52 +01:00