Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit a73c1f0

Browse files
committed
release: update ionic to v1.0.0-beta.6
1 parent b8cf18a commit a73c1f0

File tree

9 files changed

+2228
-342
lines changed

9 files changed

+2228
-342
lines changed

www/lib/css/ionic.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright 2014 Drifty Co.
33
* http://drifty.com/
44
*
5-
* Ionic, v1.0.0-beta.5b
5+
* Ionic, v1.0.0-beta.6
66
* A powerful HTML5 mobile app framework.
77
* http://ionicframework.com/
88
*
@@ -2215,6 +2215,9 @@ ion-infinite-scroll.active .scroll-infinite {
22152215
.has-footer {
22162216
bottom: 44px; }
22172217

2218+
.has-subfooter {
2219+
bottom: 88px; }
2220+
22182221
.has-tabs, .bar-footer.has-tabs {
22192222
bottom: 49px; }
22202223

@@ -3883,6 +3886,8 @@ a.item-content {
38833886
.card .item, .list-inset .item, .padding > .list .item, .padding-horizontal > .list .item {
38843887
margin-right: 0;
38853888
margin-left: 0; }
3889+
.card .item.item-input input, .list-inset .item.item-input input, .padding > .list .item.item-input input, .padding-horizontal > .list .item.item-input input {
3890+
padding-right: 44px; }
38863891

38873892
.padding-left > .list .item {
38883893
margin-left: 0; }
@@ -4460,6 +4465,11 @@ input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="rad
44604465
cursor: pointer;
44614466
pointer-events: none; }
44624467

4468+
/* Fix to avoid background color bleeding */
4469+
/* (occured on (at least) Android 4.2, Asus MeMO Pad HD7 ME173X) */
4470+
.platform-android4_2 .toggle .track {
4471+
-webkit-background-clip: padding-box; }
4472+
44634473
/* the handle (circle) thats inside the toggle's track area */
44644474
/* also the handle's appearance when it is "off" */
44654475
.toggle .handle {

www/lib/css/ionic.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)