124 Commits

Author SHA1 Message Date
262b883211 docs(button): button attribute docs 2015-12-01 21:36:13 -06:00
339e5ea52e refactor(color): create color-shade mixin
Closes #173
2015-11-23 15:45:50 -06:00
bc8ff4070f refactor(sass): individual sass files import globals 2015-11-23 14:51:41 -06:00
c2b7a0c75d refactor(sass): renaming Sass variables in each loops to be consistent
closes #603
2015-11-20 13:25:04 -05:00
75ba5b1809 fix(button): fixed hover not taking up full button 2015-11-17 18:33:41 -05:00
c1134db96f fix(button-fab): removed min-width to fix icon position on iOS
fixes #461
2015-11-12 20:13:38 -05:00
abaa35f679 fix(button-fab): added box-shadow for activated fab buttons
Removed the use of !important so the activated class would be applied,
added sass variable for it. Closes #392
2015-10-30 12:51:50 -04:00
7a63fb1038 fix(activator): speed up iOS activate
Closes #364
2015-10-30 10:17:20 -05:00
36f82b2473 refactor(NavController): restructuring and perf improvements 2015-10-29 14:37:49 -05:00
74a374c8a6 fix(button): block buttons center. Fixes #225 2015-10-29 12:01:11 -05:00
ac6b801d90 fix(button-outline): changed background of button to transparent for iOS
closes #372
2015-10-29 12:04:17 -04:00
03e54487f0 refactor(button): added some primary attributes to the tests to make sure the styling is right
Fixed the button primary clear, closes #354
2015-10-27 16:39:01 -04:00
23ac4fbdb9 refactor(sass): fixing indentation of variable values and making sure the !default flag is on all component variables 2015-10-27 13:51:30 -04:00
4c53a4b554 chore(): rename IonicConfig to Config 2015-10-16 11:53:11 -05:00
f18d114dbe test(button): add block button icon e2e 2015-10-08 21:48:04 -05:00
18519d1576 refactor(cssClass): update/cleanup css class usage 2015-10-08 21:32:16 -05:00
c2d56d8623 refactor(padding): changed padding to attributes
Updated demos. Closes #266
2015-10-08 15:15:20 -04:00
b7d1d2debf Merge branch 'master' into alpha38
Conflicts:
	ionic/components/nav/view-controller.ts
	ionic/components/tabs/tab.ts
2015-10-05 11:47:45 -05:00
d4c2342414 feat(button): Added ability to give the button a "type" which will be converted to an attribute.
Note this is working for basic buttons but breaks in the popup
currently, that is a TODO. Changed the default to types for the popup
to an empty string. Closes #183
2015-10-05 12:37:50 -04:00
dfe19a962d use title service 2015-10-04 11:45:32 -05:00
5b0eda5be1 refactor(config): get/set/settings and unit tests 2015-10-02 15:23:08 -05:00
f291944335 fix(button): include primary as a CSS definition 2015-10-02 10:10:01 -05:00
1225336fab fix(fab): no box shadow iOS
Closes #217
2015-09-30 08:09:51 -05:00
324f79091b fix(fab): icon size
Once again Closing #205
2015-09-29 14:08:07 -05:00
12499b68af fix(fab): update box-shadow
Closes #192
2015-09-29 14:05:13 -05:00
86670d03ee fix(fab): increase icon size
Closes #205
2015-09-29 07:19:57 -05:00
54d612bf65 fix(ripple): outline colors 2015-09-28 15:55:37 -05:00
a72034bb68 docs(theming): Adding default flag to md button vars
References #122
2015-09-28 14:24:34 -04:00
4d84cdae83 refactor(hover): use :hover:not(.disable-hover)
Less CSS specificity issues. Disabling hover on mobile prevents button
flickers.
2015-09-24 13:31:35 -05:00
6580f53607 fix(button): ignore comment nodes 2015-09-24 11:00:51 -05:00
d577e24e9d perf(button): no reflows on button onInit 2015-09-24 10:54:33 -05:00
1d275497f1 refactor(ripple): web animations api 2015-09-23 11:31:33 -05:00
dd47e93b0b refactor(button): button[clear] :hover
Closes #145
2015-09-21 22:09:43 -05:00
938ac117a9 fix(fab): center fab icon on safari
Closes #146
2015-09-21 21:39:27 -05:00
84b17760be fix(safari): button icon/text vertical centering
Closes #147
2015-09-21 21:31:23 -05:00
0185c43e25 fix(): md card buttons
Closes #148
2015-09-21 21:14:14 -05:00
0a4e927312 chore(): sass vars should use background 2015-09-21 16:25:13 -05:00
88c547c535 refactor(activator): ripple activator 2015-09-21 13:48:58 -05:00
3364414d24 use padding attribute 2015-09-18 21:58:44 -05:00
db714ce341 remove .hover css 2015-09-18 21:46:16 -05:00
c118ef6054 rename all material.scss to md.scss 2015-09-17 22:02:11 -05:00
ffc6bf4c76 i knew i'd leave this in by mistake 2015-09-14 22:41:24 -05:00
d25ce946f6 disable :hover on touch devices 2015-09-14 22:27:09 -05:00
f7a3a2436b menu-toggle updates 2015-09-13 19:43:35 -05:00
60f7bd548b toolbar menu-toggle to use link 2015-09-13 18:40:20 -05:00
f0cb0a8de0 Activator: activated 2015-09-08 23:05:26 -05:00
c41801c55f css cleanup 2015-09-05 21:02:45 -05:00
cdf631dcaf .ios and .md body class css structure 2015-09-04 23:54:00 -05:00
3d931cc7d8 normalize/structure css cleanup 2015-09-02 22:02:23 -05:00
63b7c14492 toolbar button updates 2015-09-02 20:44:28 -05:00