style(scss): fix lint errors

This commit is contained in:
Brandy Carney
2017-09-21 14:16:24 -04:00
parent 662743f843
commit 66ae3a4601
76 changed files with 262 additions and 235 deletions

View File

@ -67,9 +67,9 @@ $select-md-placeholder-color: $select-md-icon-color !default;
}
.select-popover-md .item-radio-checked {
background-color: #DCDCDC;
background-color: #dcdcdc;
}
.select-popover-md .item-radio-checked ion-label {
color: initial;
}
}

View File

@ -55,4 +55,4 @@ ion-select {
// TODO remove
.select-option {
display: none;
}
}