35dd0ed0b0
fix(button): add a category to buttons so they won't get the button styles
...
fixes #6237
2016-04-20 13:20:01 -04:00
203b07809e
Revert "fix(sass): remove global imports from components"
...
This reverts commit dad2155ecdf3f1b9864996c5a843f451ff4f0aef.
2016-04-11 13:24:58 -04:00
dad2155ecd
fix(sass): remove global imports from components
...
globals.mode is already imported in the components.mode file, so it
doesn’t need to be imported per component
fixes #5931
2016-04-11 11:59:44 -04:00
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
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
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
5c21b933df
Merge pull request #5310 from manucorporat/new-buttons-css
...
refactor(button): refactor button css to avoid using flex
2016-02-07 12:35:28 -06:00
06b3a5b3bd
feat: hairlines width can be configured with a sass variable
2016-02-07 15:00:34 +01:00
64ae1000f4
refactor(button): refactors button's css to work in chrome/safari
2016-02-07 00:37:30 +01:00
1a8550c7eb
Merge pull request #5270 from manucorporat/pixel-perfect-alert-ios
...
fix(alert): update iOS Alert css
2016-01-31 21:24:57 -06:00
54875fe454
Fix button min-height regression
2016-01-31 17:22:25 +01:00
52270f6a14
Fixes style for AlertView on iOS
2016-01-31 16:42:09 +01:00
4bab548831
Fixes typo
2016-01-31 04:46:45 +01:00
ea8c9892ee
Fixes #5152 issue
2016-01-31 04:26:25 +01:00
68819f097e
fix(alert): add checkbox icon for iOS using Sass variables from regular checkbox
...
Closes #5253
2016-01-30 14:55:11 -05: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
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
fc61db9210
fix(alert): max-height alert radiogroup
2016-01-07 23:47:51 -06:00
0d695546e5
feat(alert): iOS radio button alert
...
Related #890
2016-01-07 17:03:38 -06:00
948e5e2870
fix(alert): md alert buttons
2015-12-30 21:33:51 -06:00
1d5d0d6517
chore(alert): remove alert label feature
2015-12-30 21:20:50 -06:00
0a9700c00a
fix(alert): iOS css
2015-12-30 21:13:42 -06:00
98e4336c16
wip
2015-12-22 21:45:28 -06:00