Kevin Ross
d05947d79c
found duplicate style declaration in _inputs.less
2015-11-04 14:37:38 -06:00
Kevin Ross
f9f761b0eb
fixed bg-box-shadow variations
2015-11-04 14:34:47 -06:00
Kevin Ross
12dbc8d160
mixin btn-shadow must be defined before use.
2015-11-04 14:23:20 -06:00
Kevin Ross
724b4acf66
fixed color palette. Sass has no way of 1. obtaining a declared variable by a string, and 2. getting a Color object from a string (required for functions such as darken)
2015-11-04 12:03:16 -06:00
Kevin Ross
d66a468d89
mixins converted to use maps for parameters - fixed variations param order.
2015-11-04 10:57:10 -06:00
jsdevel
47520237ea
Extracting typography.
2015-11-04 02:55:55 -07:00
Kevin Ross
95590f8b04
fixed shadow hovers
2015-11-03 12:33:54 -06:00
Kevin Ross
64e1fd6673
replaced bg color generic-variations with mixin
2015-11-03 12:28:56 -06:00
Kevin Ross
cfa603321e
sass button-variations now being replaced
2015-11-03 12:12:20 -06:00
Kevin Ross
7fc8f47437
use a more generic param if we are going to be using this for other files such as buttons
2015-11-03 11:28:56 -06:00
Kevin Ross
1697b5870a
discovered invalid css btn-ink
2015-11-03 10:17:44 -06:00
Kevin Ross
c412642215
finished working through sass mixins to mimic less pass by function.
2015-11-03 09:57:40 -06:00
Kevin Ross
e4253075f4
Attempt at passing mixin name for variations (no-go so far)
2015-11-03 08:21:39 -06:00
Kevin Ross
89ed4e4b7b
fix shadow extensions
2015-11-02 19:17:00 -06:00
Kevin Ross
51669b9e00
removed nested mixins in lieu of list iteration
2015-11-02 18:41:17 -06:00
Kevin Ross
46aae1da8a
converting nested mixins to a list generated approach
2015-11-02 18:29:40 -06:00
Kevin Ross
86321236c1
working on converting _mixins.scss by hand.
2015-11-02 17:55:59 -06:00
Kevin Ross
f6aa6fb4d9
first automated sass conversion, using grunt task 'material:sass'
2015-11-02 14:39:13 -06:00
Kevin Ross
856a321785
prepare grunt-less-to-sass
2015-11-02 13:42:29 -06:00
Fez Vrasta
3b4ffb728e
Merge pull request #709 from krzystof/master
...
Fix Main file in package.json
2015-10-30 18:12:42 +01:00
krzystof
db6bef1106
Wait for page load during test
2015-10-30 12:58:31 +00:00
krzystof
e058c528fb
Update package.js in Meteor for travis CI
2015-10-30 12:24:13 +00:00
krzystof
9b9b5d2408
Update Meteor version requirement
2015-10-30 12:17:55 +00:00
krzystof
721f398acd
Fix grunt task for travis CI
2015-10-30 12:02:13 +00:00
krzystof
2b428d85a4
Fix jshint warnings
2015-10-30 11:47:47 +00:00
krzystof
c65200d277
Fix Main file in package.json
2015-10-30 11:41:45 +00:00
Fez Vrasta
12a738a87b
Merge pull request #699 from wolfika/master
...
Replace hard-coded font path in roboto.less
2015-10-10 16:05:30 +02:00
wolfika
88c6f9c1b9
replace hard-coded font path in roboto.less
...
The path for fonts were hard-coded into the roboto.less file. I imported
the required _variable and _colors files into roboto.less, so that the
variable containing the fonts path could be reached.
fixes #697
2015-10-08 20:51:13 +02:00
Fez Vrasta
7df8b3a0b4
Merge pull request #683 from craigrich/issue/672
...
Fix - Dropdown Icon
2015-08-26 21:06:28 +02:00
Fez Vrasta
0ed41c3a58
Merge pull request #685 from 8aginski/master
...
Fixed one of the conditions for adding the "empty" CSS class
2015-08-26 21:06:07 +02:00
Michał Bagiński
adeb169849
fixed one of the conditions for adding the "empty" CSS class
2015-08-26 18:13:13 +02:00
Craig Richardson
73dffbca42
Fixes #672
2015-08-26 10:52:01 +01:00
Fez Vrasta
08e9c2d8c8
Merge pull request #679 from 8aginski/master
...
Fixed the CSS selector
2015-08-23 23:13:30 +02:00
Michał Bagiński
d05bd4c123
fixed the CSS selector
2015-08-22 23:09:49 +02:00
Fez Vrasta
23660e0046
Merge pull request #677 from 8aginski/master
...
Attach document-level delegated event handlers only once
2015-08-22 18:04:55 +02:00
Michał Bagiński
54b79ecd18
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
efc794c3ed
grunt
2015-08-22 15:13:49 +02:00
Fez Vrasta
8fc75c92b5
Merge pull request #675 from abaldwin99/master
...
add bower bootstrap dependency closes #606
2015-08-21 08:09:50 +02:00
Alex Baldwin
542bd0bb31
add bootstrap dependency fixes #606
2015-08-19 21:54:49 -04:00
David Eberlein
f854082f72
Fix z-index issues with tooltips in .checkbox
...
Fixes Issue #670
2015-08-18 09:58:10 +02:00
Fez Vrasta
c6352f3606
Merge pull request #659 from dciccale/patch-1
...
more $(this) caching
2015-08-04 13:59:19 +02:00
Denis Ciccale
e249aa948a
cache $(document)
2015-08-03 22:26:33 +02:00
Denis Ciccale
3ae84b8b78
more $(this) caching
2015-08-03 22:16:46 +02:00
Fez Vrasta
b88894431b
Merge pull request #649 from GitScrum/master
...
fixed bug not added class empty if input error and empty value
2015-07-26 00:56:12 +02:00
Ivan Demidov
1942e766fa
fixed bug not added class empty if input error and empty value
2015-07-24 12:40:07 +03:00
Fez Vrasta
42b575c899
Merge pull request #637 from HeliumSquid/master
...
Centred icons inside of floating action buttons.
2015-07-07 15:05:42 +02:00
FezVrasta
f2f788a72e
removed contrib part
2015-07-07 15:05:11 +02:00
FezVrasta
e6e06d25ab
MIT
2015-07-07 15:02:26 +02:00
HeliumSquid
fd76104484
Centred icons inside of floating action buttons.
2015-07-04 17:30:47 +02:00
Fez Vrasta
18fc7137e2
Merge pull request #627 from Invis1ble/fix-394
...
Fix 394
2015-06-29 22:33:21 +02:00