Files
ionic-framework/ionic/components/list/list.scss
Brandy Carney 79bd85c8c8 refactor(radio): converted ion-radio-group to an ion-list with radio-group attribute
Changed Sass to style ion-list instead of the list class. Removed list
class from radios and lists. Closes #650
2015-11-25 17:00:37 -05:00

29 lines
440 B
SCSS

@import "../../ionic.globals";
// List
// --------------------------------------------------
ion-list {
display: block;
margin: 0;
padding: 0;
list-style-type: none;
ion-list-header {
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
ion-list[inset] {
overflow: hidden;
transform: translateZ(0);
ion-list-header {
background-color: $list-background-color;
}
}