7506d197f3
set button colors with style types
2015-12-07 12:00:34 -06:00
a9ba120967
refactor(button): changed markup back to old way
...
references #689
2015-12-07 12:19:18 -05:00
d6a23e3c2a
fix(button): added color to clear buttons MD and removed unused mixing
...
references #689
2015-12-07 12:04:58 -05:00
c6626e0af8
use roles for button icons
2015-12-06 21:46:13 -06:00
3d3eae1e4f
set button css by attrs
2015-12-06 20:44:56 -06:00
4025a01fe0
checkbox updates
2015-12-05 21:48:47 -06:00
84b21cfd98
dynamically add button classes from attributes
2015-12-05 21:41:03 -06:00
56496e4f2a
only apply button class for non item
2015-12-05 21:07:15 -06:00
3b78a6894c
re-org buttons
2015-12-05 15:23:21 -06:00
5ae94e6559
mode font styling
2015-12-05 11:19:09 -06:00
cc91591b2d
update button
2015-12-05 10:16:28 -06:00
d8f235d09d
fix color inheritance, core components should not contain colors
2015-12-04 23:23:55 -06:00
78a3ce12b1
move button colors to ios button
2015-12-04 21:53:48 -06:00
831ec87308
import mode globals in all mode components
2015-12-04 21:34:27 -06:00
5d3e9a4f99
Merge branch 'master' into css-refactor
2015-12-04 17:04:00 -05:00
6524ec69aa
refactor(button): fixing some button css and adding in the fab scss
...
references #689
2015-12-04 17:03:34 -05:00
5f221e273b
refactor(button): added button class to the button directive and got them working more
...
references #689
2015-12-04 16:12:46 -05:00
90ad475836
refactor(button): changed button attributes to classes
...
references #689
2015-12-04 15:44:38 -05:00
28bb668d43
docs(api): add links to component sections
2015-12-04 13:55:43 -06:00
d833e747cb
refactor(): move core component imports to mode component files
2015-12-04 13:07:40 -06:00
04c79fab5c
reset buttons
2015-12-03 16:14:35 -06:00
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