ff1a8ac6c7
feat(sass): add the ability to pass a contrast color in the colors map to iOS
...
this adds the functions necessary for the other modes as well
BREAKING CHANGE:
Can now pass contrast to the colors map:
```
$colors-ios: (
primary: (
base: #327eff,
contrast: yellow
),
secondary: (
base: #32db64,
contrast: hotpink
),
danger: #d91e18,
light: #f4f4f4,
dark: #222
) !default;
```
references #5445
2016-03-22 17:14:39 -04:00
5fb1e08347
fix(toolbar): add a min-width to the toolbar content so that it won't overlap buttons
...
fixes #5657
2016-03-01 12:59:29 -05:00
c883a2ae91
chore(): update Ionic imports in tests
2016-02-22 17:45:17 -06:00
5f254f285f
chore(e2e): make typescript and e2e friends
2016-02-12 11:37:39 -06:00
38a3be438f
fix(button): bar-button uses inner span as flexbox
...
- Fixed block/full buttons, now there are display: block
- Fixes <ion-segment-button> warnings
2016-02-10 15:49:19 +01:00
88aad3f880
refactor(decorators): remove ConfigComponent
2016-01-11 22:51:54 -06:00
883e1b68b1
refactor(icon): rename icon to ion-icon
...
Closes #855
2016-01-05 22:27:07 -06:00
ee0bc1b592
feat(toolbar): added transparent toolbar example and styling
...
Removed the inline styling changing the background of the test
toolbars. Closes #743
2015-12-15 17:03:53 -05:00
d5e0570193
fix(toolbar): fixed default button colors for MD in a toolbar, added new function to get this inverse
...
closes #91
2015-12-15 16:41:33 -05:00
5d6d9b9610
chore(upgrad): ng alpha52 and case-sensitive templates
2015-12-10 22:52:55 -06:00
bb98c451d3
fix(toolbar): fix margin and width on toolbar buttons
...
references #689
2015-12-09 16:22:08 -05:00
e7437b4ab2
iOS toolbar buttons
2015-12-07 15:50:59 -06:00
822141c420
wip solid toolbar btn
2015-12-07 11:42:15 -06:00
8b693ce836
toolbar button updates
2015-12-07 11:18:00 -06:00
ff73d83138
fix(toolbar): added a temp fix for buttons in a toolbar with a segment
...
added a segment scenario to the toolbar tests. closes #506
2015-11-25 14:24:10 -05:00
9ddcc44f67
refactor(toolbar): allow any content in the center
2015-11-11 11:27:11 -06:00
db714ce341
remove .hover css
2015-09-18 21:46:16 -05:00
60f7bd548b
toolbar menu-toggle to use link
2015-09-13 18:40:20 -05:00
0039647515
rename aside to menu
2015-09-11 21:40:58 -05:00
17e1360cda
button updates
2015-09-03 14:15:07 -05:00
63b7c14492
toolbar button updates
2015-09-02 20:44:28 -05:00
32e03d6790
ionicons 3.0
2015-08-31 13:51:47 -05:00
368cd94d7b
small aside width
2015-08-12 22:39:53 -05:00
561191465e
remove primary/stable from examples
2015-08-11 22:51:17 -05:00
65449552e7
toolbar button updates
2015-07-23 22:12:44 -05:00
d67ba6f7c1
md toolbar css
2015-07-22 14:38:17 -05:00
0bf46d70b9
iOS toolbar css
2015-07-22 14:21:32 -05:00
cb06c5580a
toolbar buttons e2e
2015-07-22 11:51:08 -05:00
ba6cc11bc1
toolbar scenario examples
2015-07-22 10:49:55 -05:00
d827279a4f
that whole nav overhaul thing again
2015-05-28 10:19:30 -05:00
d8eea75736
i put the break in changes
2015-05-11 22:33:32 -05:00
300c6f2cb8
remove ionic view
2015-05-04 09:17:17 -05:00
db75218201
upgrade angular
2015-04-25 11:27:36 -05:00
9039297110
rename src to ionic
2015-04-25 10:59:09 -05:00