cd62a4c4f6
fix(label): remove flex-basis to fix floating/stacked labels on iOS/Safari
...
fixes #6109
2016-04-11 10:22:18 -04:00
5f2e737904
feat(sass): add support for contrast in color map for wp mode
...
BREAKING CHANGE:
Can now pass contrast to the colors map:
```
$colors-wp: (
primary: (
base: #327eff,
contrast: yellow
),
secondary: (
base: #32db64,
contrast: hotpink
),
danger: #d91e18,
light: #f4f4f4,
dark: #222
) !default;
```
references #5445
2016-03-22 18:07:59 -04:00
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
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
4d4f1d429a
fix(input): update width of inputs so they don't exceed the item
...
fixes #5835
2016-03-15 12:54:46 -04:00
a4fc96de0d
fix(select): fix select styling on windows mode
...
closes #5787
2016-03-14 18:25:24 -04:00
8fff76e299
fix(label): add color to label in a select
...
references #5669
2016-03-14 18:11:48 -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
4e375242c6
fix(select): make select full width when with a stacked/floating label
...
if it is with a floating label, the label will stay stacked instead of
floating
closes #5715
2016-03-09 16:21:35 -05:00
f9aa9c27c0
refactor(label): fix margin for item right in stacked/floating labels
...
references #5731
2016-03-09 15:14:41 -05:00
4505730ca2
refactor(item): add a wrapper for inputs in order to work with item right vertically
...
closes #5731
2016-03-09 14:33:42 -05:00
74168278e4
fix(label): remove margin from item-right in a stacked or floating label
...
references #5319
2016-03-04 13:23:48 -05:00
65ee86f168
fix(label): change the flex for stacked and floating labels so buttons can be added
...
fixes #5319
2016-03-04 13:23:48 -05:00
ec11ae3adf
fix(textarea): width of textarea was exceeding page area
2016-03-04 12:50:13 -05:00
62c7199fd1
Merge branch '2.0' into windows-mode
2016-03-03 13:12:52 -05:00
2b77d52061
docs(API): clean up API docs
2016-03-01 19:24:33 -05:00
02da18b311
Merge branch '2.0' into windows-mode
...
# Conflicts:
# ionic/components/searchbar/searchbar.ts
2016-02-29 19:02:55 -05:00
4c93eb06a9
refactor(label): move label css to the correct scss files
...
references #5651
2016-02-29 12:24:42 -05:00
e05f147945
feat(windows): windows UI cleanup
...
references #5565
2016-02-25 16:17:26 -05:00
8a1e450264
feat(windows): add label Sass file
...
references #5565
2016-02-24 12:12:26 -05:00
497d665e4a
test(label): remove label test
...
closes #5391
2016-02-10 14:55:46 -06:00
860dd672b1
docs(label): make inputs private
2016-02-01 15:39:36 -05:00
9749b06aa9
fix(css): minor updates to match previous snapshots
2016-01-28 21:20:08 -06:00
3cbbfdc071
fix(label): fix label for item and inputs by adding flex back
2016-01-27 08:09:37 -06:00
3be89529a7
fix(label): remove left margin for md labels in items
...
this fixes the line not aligning with the left side of the word
2016-01-27 08:09:37 -06:00
2fc975354a
fix(input): clean up CSS on inputs and labels
2016-01-27 08:09:37 -06:00
42f6b1056f
fix(input): update input css/tests
2016-01-27 08:09:37 -06:00
b3a7298a52
refactor(input): place inputs inside of ion-item
2016-01-27 08:09:37 -06:00
ee106377fc
chore(angular): upgrade to angular 2.0.0-beta.1
...
Biggest change was that renderer takes and not just .
2016-01-20 11:15:01 -06:00
07953672f5
add more types to function parameters and return type
2016-01-19 16:44:46 +08:00
c475a6490b
chore(): fix Input types
2016-01-13 23:52:17 -06: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
94f1e0964e
refactor(textInput): use ContentChild, code cleanup
2016-01-05 15:03:59 -06:00
0f64bccc43
chore(): prefix private methods
2015-12-18 15:39:22 -05:00
d19edb1944
fix(label): fix some variable names
...
references #712
2015-12-17 16:20:10 -05:00
b2fd889914
refactor(label): move label to its own folder and move mode specific styles for label to new files
...
closes #712
2015-12-17 16:20:10 -05:00