31b4a0c4a1
Merge branch 'master' into css-refactor
...
# Conflicts:
# ionic/components/button/modes/ios.scss
2015-12-08 08:50:10 -06:00
d7de2e3e92
docs(button): add link to api demo
2015-12-07 20:59:10 -06:00
367f4a8168
Merge remote-tracking branch 'origin/css-refactor' into css-refactor
2015-12-07 18:17:29 -05:00
4cf6abec06
refactor(button): convert button line-height to Sass var
...
references #289
2015-12-07 16:55:12 -05:00
bd7859dec7
Merge remote-tracking branch 'origin/css-refactor' into css-refactor
...
# Conflicts:
# ionic/components/button/modes/ios.scss
2015-12-07 15:53:23 -06:00
e7437b4ab2
iOS toolbar buttons
2015-12-07 15:50:59 -06:00
d1b9880a08
refactor(button): changed border from short-hand syntax to make it easier to override
...
references #689
2015-12-07 14:35:22 -05:00
ae19f65229
refactor(button): fixed UI issues with new classes
...
Removed my long TODO comments. References #689
2015-12-07 14:35:22 -05:00
3fa93ac815
ignore button attr as button color
2015-12-07 12:46:31 -06:00
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