Adam Bradley
19c491483f
style(scss): each selector should have its own line
2014-03-24 17:29:00 -05:00
Adam Bradley
cb15fd73cd
Merge pull request #884 from bostondv/master
...
Use $base-background-color variable for .view & .pane
2014-03-24 17:22:28 -05:00
Boston Dell-Vandenberg
395f7e9eda
fix .pane & .view background color to use base-background-color variable
2014-03-24 17:30:38 -04:00
Andy Joslin
d9f7d251f9
style(tabs-item-hide): make selector less specific
2014-03-24 12:16:37 -06:00
Adam Bradley
dccf7b4182
rename .hide-footer to .footer-hide
2014-03-24 13:11:03 -05:00
Andy Joslin
5966dbf43e
feat(ionTabs): add available tabs-item-hide class
...
Closes #395
2014-03-24 12:07:53 -06:00
Adam Bradley
9c2b03cea3
change progress to be display: block, margin: 15px auto
2014-03-24 08:56:47 -05:00
Adam Bradley
b9cde47dd0
feat(progress): Set progress element's default width to 100%, closes #872
2014-03-24 08:48:12 -05:00
Adam Bradley
24160aa0bd
fix(tabs): Renamed .tab-item active state from .active to .tab-item-active, closes #866
2014-03-24 08:20:31 -05:00
Andy Joslin
57d71ed6c3
feat($ionicLoading): implement backdrop class
...
Closes #837 .
2014-03-21 16:00:38 -05:00
Andy Joslin
e9f38108af
style(buttons): add .buttons.pull-right rule
...
Addresses #859
2014-03-21 11:33:22 -05:00
Adam Bradley
aa280910df
fix(pointer): Add pointer styling to .item[ng-click], closes #858
2014-03-21 09:23:10 -05:00
Adam Bradley
fe44a7d98b
rename .item-drag to .item-reorder, further standardize item editing
2014-03-20 16:02:50 -05:00
Adam Bradley
3718c47e8a
also transform .item-left-edit w/ .item-left-editing parent
2014-03-20 14:57:48 -05:00
Adam Bradley
07c824db8d
fix(item): Restructure item editing css for added reusability and organization
2014-03-20 14:18:12 -05:00
Andy Joslin
e94d400648
feat(content): automatically add/remove has-* classes to content
...
Also, do manual transclusion on items that would be 'deep' directives -
to fix a problem with transcluding & requiring parent elements.
Closes #619
2014-03-19 16:32:24 -06:00
Adam Bradley
b8d4c51fe7
fix(input): Fix input label from shifting when text is too long on iOS, closes #801
2014-03-19 16:13:11 -05:00
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