This commit is contained in:
Adam Bradley
2015-12-08 10:03:41 -06:00
parent 31b4a0c4a1
commit cd40213495
2 changed files with 16 additions and 31 deletions

View File

@@ -13,11 +13,15 @@
margin: 0;
padding: 0;
border: 0;
width: 100%;
min-height: 4.4rem;
text-align: initial;
overflow: hidden;
box-sizing: border-box;
text-align: initial;
font-weight: normal;
line-height: normal;
text-decoration: none;
color: inherit;
}
.item-inner {
@@ -26,7 +30,6 @@
padding: 0;
border: 0;
overflow: hidden;
box-sizing: border-box;
flex: 1;
flex-direction: inherit;
@@ -34,12 +37,9 @@
align-self: stretch;
}
.item[no-lines] {
.item[no-lines],
.item[no-lines] .item-inner {
border: none;
.item-inner {
border: none;
}
}
ion-item-group {
@@ -49,9 +49,9 @@ ion-item-group {
ion-item-divider {
display: block;
min-height: 30px;
font-weight: 500;
width: 100%;
z-index: 1000;
font-weight: 500;
&[sticky] {
position: -webkit-sticky;
@@ -60,23 +60,6 @@ ion-item-divider {
}
}
a.item,
button.item {
margin: 0;
padding: 0;
border: 0;
width: 100%;
justify-content: inherit;
min-height: 4.4rem;
font-weight: normal;
line-height: normal;
text-decoration: none;
text-transform: none;
color: inherit;
border-radius: 0;
box-shadow: none;
}
ion-item-content {
margin: 0;
flex: 1;
@@ -86,7 +69,8 @@ ion-item-content {
pointer-events: none;
a,
button {
button,
[tappable] {
pointer-events: auto;
}
}
@@ -103,3 +87,6 @@ ion-input.item {
ion-item-content + ion-item-content[cnt] {
display: none;
}
@import "item-media";
@import "item-sliding";

View File

@@ -209,8 +209,6 @@ ion-item-divider {
}
&.hairlines {
.item-inner {
border-bottom-width: 0.55px;
}
&.hairlines .item-inner {
border-bottom-width: 0.55px;
}