style(sass): fix sass lint errors

This commit is contained in:
Brandy Carney
2018-01-30 12:22:24 -05:00
parent b70cca9340
commit 3d5038ce5c
11 changed files with 20 additions and 19 deletions

View File

@@ -23,9 +23,9 @@
}
.chip-ios > ion-icon {
background-color: $chip-ios-icon-background-color;
color: $chip-ios-icon-fill-color;
background-color: $chip-ios-icon-background-color;
}
.chip-ios ion-avatar {
@@ -45,9 +45,8 @@
}
.chip-ios .icon-ios-#{$color-name} {
background-color: $color-base;
color: $color-contrast;
background-color: $color-base;
}
}

View File

@@ -23,9 +23,9 @@
}
.chip-md > ion-icon {
background-color: $chip-md-icon-background-color;
color: $chip-md-icon-fill-color;
background-color: $chip-md-icon-background-color;
}
.chip-md ion-avatar {
@@ -45,9 +45,8 @@
}
.chip-md .icon-md-#{$color-name} {
background-color: $color-base;
color: $color-contrast;
background-color: $color-base;
}
}

View File

@@ -18,6 +18,7 @@ ion-chip > ion-icon {
@include border-radius($chip-icon-border-radius);
display: inline-flex;
align-items: center;
justify-content: center;

View File

@@ -54,4 +54,4 @@ ion-datetime {
.item .datetime {
position: static;
}
}

View File

@@ -16,7 +16,7 @@
width: $fab-size;
height: $fab-size;
border: none;
border: 0;
font-size: 14px;
line-height: $fab-size;
@@ -74,10 +74,10 @@ ion-fab-button[mini] .fab-button {
.fab-button-close-icon {
@include position(0, 0, null, 0);
display: flex;
position: absolute;
display: flex;
height: 100%;
opacity: 0;

View File

@@ -55,4 +55,4 @@ ion-item-divider[sticky] {
align-self: stretch;
text-overflow: ellipsis;
}
}

View File

@@ -6,4 +6,4 @@
ion-item-group {
display: block;
}
}

View File

@@ -98,6 +98,6 @@ ion-input.item {
}
.item > ion-icon,
.item-inner > ion-icon {
.item-inner > ion-icon {
font-size: 1.6em;
}

View File

@@ -44,4 +44,4 @@ ion-segment-button {
&:focus {
outline: none;
}
}
}

View File

@@ -11,7 +11,7 @@
.text-ios-#{$color-name},
.text-ios-#{$color-name} a,
.text-ios-#{$color-name} p {
color: $color-base !important
color: $color-base !important;
}
}

View File

@@ -1,8 +1,9 @@
@import "../../themes/ionic.globals";
ion-virtual-scroll {
display: block;
position: relative;
display: block;
width: 100%;
// contain: strict;
@@ -15,7 +16,8 @@ ion-virtual-scroll {
.virtual-item {
@include position(0, 0, null, 0);
will-change: transform;
position: absolute;
will-change: transform;
// contain: strict;
}