9efa3ea3e6
feat(sass): add support for contrast color in MD mode colors map
...
BREAKING CHANGE:
Can now pass contrast to the colors map:
```
$colors-md: (
primary: (
base: #327eff,
contrast: yellow
),
secondary: (
base: #32db64,
contrast: hotpink
),
danger: #d91e18,
light: #f4f4f4,
dark: #222
) !default;
```
references #5445
2016-03-22 17:53:08 -04:00
d3d689ae11
style(sass): remove all PropertySortOrder errors from linter
...
references #5797
2016-03-14 15:56:19 -04:00
f7b52eeee1
chore(sass): update sass to match linter config
...
references #5797
2016-03-10 22:42:38 -05:00
8db6a855b8
refactor(sass): replace all instances of bg in sass variables with background
...
references #5651
2016-03-03 12:48:08 -05:00
892b0071cb
fix(sass): rename brightness/inverse sass functions
...
Prefix custom sass color functions with color-
Closes #5542
2016-02-20 20:34:59 -06:00
2df72ccda3
fix(button): fix colorized buttons on hover and outline buttons on hover
...
references #5403
2016-02-11 11:36:37 -06:00
0e5d3d7d76
fix(button): button goes transparent on hover on desktop (non-touch devices)
2016-02-10 15:54:51 -08:00
8401aa4449
style(button): format css
2016-02-10 09:11:40 -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
da18868636
refactor(animations): inline css animations
2016-02-09 16:23:01 -06:00
64ae1000f4
refactor(button): refactors button's css to work in chrome/safari
2016-02-07 00:37:30 +01:00
a8e7941a27
fix(button): remove color shade from clear buttons
2016-01-22 14:12:31 -05:00
ce9da0c652
fix(button): change transition on fab buttons to match other buttons
...
fixes #5129
2016-01-21 17:03:30 -05:00
d87b4fbdf7
fix(button): md outline buttons
...
Outline ripple is now the correct color per button, removed the background color when activated and
increased ripple opacity for outline buttons
closes #5128
2016-01-21 16:23:57 -05:00
883e1b68b1
refactor(icon): rename icon to ion-icon
...
Closes #855
2016-01-05 22:27:07 -06:00
854d90f4c1
refactor(sass): moved all mode files to the top level component directory and renamed to include the directory name
...
references #689
2015-12-09 17:20:11 -05:00