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
131c8c366a
refactor(alert): add extra div to use as radio mark, fix Sass
...
Added spaces to separate groups of css, added variables, removed unused
css
BREAKING CHANGE: added Sass variables for alert
fixes #5577
2016-03-14 12:54:12 -04:00
f7b52eeee1
chore(sass): update sass to match linter config
...
references #5797
2016-03-10 22:42:38 -05:00
b24dc27e0b
fix(alert): update radio/checkbox items to buttons elements
2016-03-05 21:51:15 -06:00
1e73a3457e
refactor(sass): update windows alert sass to use variables
...
renamed some properties, deleted unused ones
references #5651
2016-03-03 16:04:22 -05:00
374efde03f
refactor(sass): add Sass variables for alert, remove unused selectors
...
renames some sass variables to work towards a standard convention
references #5651
2016-03-03 12:48:08 -05:00
d5ebf3ff5e
refactor(alert): remove duplicated styles from imports
...
closes #5624
2016-02-26 16:57:55 -05:00
9c0eebd245
fix(alert): add max height to alert body so it will overflow
...
closes #5316
2016-02-18 16:55:34 -05:00
c365c923bd
fix(alert): add padding under the alert title for iOS when there is no message
...
closes #5299
2016-02-16 12:59:16 -05:00
fd0b8516f3
fix(alert): fix alert button background color on activated
2016-02-13 11:10:02 -05:00
9ede6f41cd
Fixes alertview when displaying more than 2 buttons
2016-01-31 15:36:56 +01:00
83984c4de2
Fixes AlertDialog in material
2016-01-31 04:58:21 +01:00
5b0d60d4a2
fix(alert): add z-index and border-radius to fix ripple
...
copy button css to fix the border on ripple
closes #5203
2016-01-26 14:32:08 -05:00
ce44ffb149
fix(alert): clean up alert css
...
Removed borders from radio and checkbox items in an alert, increased
the font size of the md message, transformed md button to uppercase,
fixed padding
fixes #5133
2016-01-22 15:12:41 -05:00
b424866b19
fix(alert): remove borders from checkboxes and radios
...
also fixed the border width for retina
references #5133
2016-01-22 15:12:41 -05:00
270fca0c50
feat(select): ion-select using alert radio/checkbox options
...
Closes #890 Closes #826 Closes #886
2016-01-08 16:26:07 -06:00
a7edadf4f9
refactor(alert): body property renamed to message
2016-01-08 09:04:08 -06:00
b6ebbde54b
feat(alert): md alert radio button group
...
Related: 890
2016-01-08 00:11:23 -06:00
e0b0d7ac30
feat(overlays): click delays for md ripple
2015-12-30 21:53:38 -06:00
948e5e2870
fix(alert): md alert buttons
2015-12-30 21:33:51 -06:00
c136d2143a
alert wip
2015-12-23 23:11:40 -06:00