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

Commit 96c316e

Browse files
author
Adam Bradley
committed
v0.9.21 updates
1 parent 2dd6053 commit 96c316e

File tree

8 files changed

+718
-1518
lines changed

8 files changed

+718
-1518
lines changed

www/lib/css/ionic.css

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2745,7 +2745,7 @@ infinite-scroll.active .scroll-infinite {
27452745
bottom: 49px; }
27462746

27472747
.pane {
2748-
position: fixed;
2748+
position: absolute;
27492749
z-index: 1; }
27502750

27512751
.view {
@@ -3028,12 +3028,11 @@ a.subdued {
30283028
animation-name: actionSheetOut; }
30293029

30303030
.action-sheet {
3031-
position: fixed;
3032-
bottom: 0;
3033-
left: 15px;
3031+
margin-left: 15px;
3032+
margin-right: 15px;
3033+
width: auto;
30343034
z-index: 10;
3035-
overflow: hidden;
3036-
width: calc(100% - 30px); }
3035+
overflow: hidden; }
30373036
.action-sheet .button {
30383037
display: block;
30393038
padding: 1px;
@@ -3045,6 +3044,11 @@ a.subdued {
30453044
.action-sheet .button.destructive {
30463045
color: #ef4e3a; }
30473046

3047+
.action-sheet-wrapper {
3048+
width: 100%;
3049+
position: fixed;
3050+
bottom: 0; }
3051+
30483052
.action-sheet-title {
30493053
padding: 10px;
30503054
color: #666666;
@@ -4835,7 +4839,7 @@ input[type="checkbox"][readonly] {
48354839
-moz-transform: rotate(-45deg);
48364840
transform: rotate(-45deg);
48374841
position: absolute;
4838-
top: 34%;
4842+
top: 30%;
48394843
left: 26%;
48404844
display: table;
48414845
width: 14px;

www/lib/css/ionic.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)