Adam Bradley
630c6481ff
csscomb mixins
2014-03-19 12:39:01 -05:00
Adam Bradley
162b1779e3
Merge pull request #844 from bostondv/master
...
fix(grid): Remove column offset with responsive grid breaks
2014-03-19 12:32:29 -05:00
Adam Bradley
6ebfe776bc
fix(popup): Ensure popup is usable on top of a modal, closes #838
2014-03-19 10:55:54 -05:00
Boston Dell-Vandenberg
73ba2a405f
feat(grid): Remove column offset with responsive grid breaks
2014-03-19 11:48:44 -04:00
Adam Bradley
256ab116cd
update .item-avatar .item-img to .item-image for consistency w/ thumbnails
2014-03-18 22:56:13 -05:00
Adam Bradley
947b8d6943
fix(item): fix avatar/thumbnail in .item-complex, and avatar misspelling
2014-03-18 22:39:33 -05:00
Max Lynch
00bb385af7
Added animation direction mixin
2014-03-18 15:57:13 -05:00
Max Lynch
049aabc706
fix(scrollView): pull to refresh spin back. Fixes #774
2014-03-18 15:57:13 -05:00
Adam Bradley
ded469311d
fix(badge): Badge horizontal alignment over item right side buttons, closes #826
2014-03-18 15:55:05 -05:00
Andy Joslin
83f4776f53
chore: remove animation & type attributes, standard controller names
2014-03-18 14:54:21 -06:00
Adam Bradley
5d663a61cc
remove modal max-width, closes #824
2014-03-18 14:47:38 -05:00
Adam Bradley
60e4c1cc46
give .slider-pager a height so it can be placed on top easily
2014-03-17 11:01:24 -05:00
Adam Bradley
8fae85e9e6
fix(grid): Correct responsive grid breaks for col-XX, closes #803
2014-03-15 21:35:13 -05:00
Adam Bradley
baa04cde4d
feat(active): Removing use of :active in favor of .active for more control of active state
...
Using the :active pseudo works fine for desktop, but mobile is a
completely different beast, especially with the quirks of each
platform. By intentionally not using any :active selectors and manually
adding/removing a .active class, it gives us a precise control on how
the active state works for ALL platforms. Additionally, this places
less selectors in the css, and reduces the possibility of unnecessary
repaints. Currently this method of using .active instead of :active is
being applied to .button and .item elements.
2014-03-15 01:12:56 -05:00
Adam Bradley
fa0e43237c
popup z-index sass variables and csscomb'd popup.scss
2014-03-14 22:07:59 -05:00
Adam Bradley
018608dac3
remove unused sass variable
2014-03-14 22:01:27 -05:00
Adam Bradley
6547ca60cb
fix(input): Correct vertical alignment of inputs and their labels, closes #799
2014-03-14 21:57:36 -05:00
Eric Wang
c882392a4b
Fix item-input-inset active state highlight issue
...
Fix #798
2014-03-14 19:15:35 -07:00
Adam Bradley
e81bd96528
replace css comments w/ sass comments
2014-03-14 14:19:46 -05:00
Adam Bradley
28aaa27447
Item dividers should not be allowed to go active by default, closes #789
2014-03-14 11:11:05 -05:00
Adam Bradley
4628b9fb23
feat(animation): Add right to left animations, and their reverse, for RTL support, closes #643
2014-03-13 23:18:00 -05:00
Adam Bradley
ba2a40c845
feat(modal): On larger displays modals will be inset and centered, not full width/height, closes #783
2014-03-13 22:14:30 -05:00
Max Lynch
a30b0b7d4f
feat(popup): Added popup support
2014-03-13 14:57:48 -05:00
Andy Joslin
9ff7a09af5
refact(ion-refresher-content): only make icon spin
2014-03-11 16:51:28 -06:00
Andy Joslin
573df56db4
feat(ionRefresher): allow custom text & icons
...
Closes #760
BREAKING CHANGE: on-refresh and on-refresh-opening are no longer on the
ion-content directive. They are on the ion-refresher. In addition,
on-refresh-opening has been renamed to on-pulling.
Change your code from this:
```html
<ion-content on-refresh="onRefresh()"
on-refresh-opening="onRefreshOpening()">
<ion-refresher></ion-refresher>
</ion-content>
```
To this:
```html
<ion-content>
<ion-refresher on-refresh="onRefresh()"
on-pulling="onRefreshOpening()">
</ion-refresher>
</ion-content>
```
2014-03-11 16:40:12 -06:00
Adam Bradley
9cff5d030c
fix(modal): Do not apply the same modal animation to all of its children, closes #683
2014-03-11 08:23:03 -05:00
Adam Bradley
438f5fba58
fix(button): Correct vertical alignment of header right buttons, closes #704
2014-03-10 22:33:47 -05:00
Andy Joslin
41afcdc4fb
chore(scss): remove banner from file, let gulp insert it
2014-03-10 12:53:02 -06:00
Adam Bradley
c91622b760
fix(actionsheet): Use transition instead of animation for backdrop, fix for Android 2.3
2014-03-10 11:40:50 -05:00
Adam Bradley
bd6c24f324
default checkbox color to positive color
2014-03-10 11:20:11 -05:00
Adam Bradley
16ac2ff1d6
fix(sidemenu): Side menu always needs to have translate3d applied, closes #710
2014-03-10 11:00:04 -05:00
Adam Bradley
7ec0605e06
fix(button): Tweak vertical alignment of button icons, closes #739
2014-03-10 10:45:40 -05:00
Adam Bradley
9c5772f3c3
fix(footer): Show footers within tab content, closes #728
2014-03-09 22:29:04 -05:00
Georgi Knox
35a052970b
Fixes #630 added utility colors to toggles
2014-03-09 23:03:08 +11:00
Georgi Knox
d22617872d
Fixes #746 with the ability to now style checkboxes with the utility colours. No specified color class defaults to stable style
2014-03-08 11:24:37 -06:00
Adam Bradley
668c646faa
fix(actionsheet): Dismiss actionsheet when tapping backdrop, closes #733
2014-03-06 08:08:27 -06:00
Adam Bradley
44b31e1887
fix(actionsheet): Fix slide-up animation, closes #713
2014-03-05 16:07:59 -06:00
Adam Bradley
5ebba7196c
pretty up scss variable alignments
2014-03-05 12:34:05 -06:00
Adam Bradley
d113ddfa52
fix(colors): Update all #4A87EE colors to use $positive color, closes #731
2014-03-05 12:23:53 -06:00
Adam Bradley
b593cf1be6
fix(modal): Improve slide-up/down animations, remove flickers
2014-03-04 16:44:24 -06:00
Adam Bradley
717148d986
fix(checkbox): Fix checkmark in Android 2.3
2014-03-03 16:21:57 -06:00
Adam Bradley
72f2e8407e
fix(toggle): Fix toggle handle on Android 2.3
2014-03-03 15:55:42 -06:00
Adam Bradley
8ef8227373
group link resets and scafolding css
2014-03-03 13:58:59 -06:00
Adam Bradley
b300e0de66
outline: 0 on all links and buttons to reduce repaints
2014-03-03 13:50:08 -06:00
Adam Bradley
22827b06ec
remove translateZ from scroll, instead rely on translate3d from the inline style
2014-03-03 13:33:33 -06:00
Max Lynch
cc15a5b455
feat(toggle): Added dragging support to toggle switches
...
Merge pull request #706 from driftyco/wip-draggable-toggle
2014-03-03 11:46:41 -06:00
Adam Bradley
cb5510c184
fix(badge): Vertical align a badge in an item-divider, closes #707
2014-03-03 10:42:38 -06:00
Max Lynch
a8af0958f3
Expanded clickable area for toggle
2014-03-01 19:06:14 -06:00
Max Lynch
2db2729af9
Decreased animation speed
2014-03-01 18:59:52 -06:00
Max Lynch
c53cd7f9d8
Added slight darkening during drag
2014-03-01 16:07:08 -06:00