@pi0/framework7
Version:
Full featured mobile HTML framework for building iOS & Android apps
36 lines (34 loc) • 612 B
text/less
/* === Smart Select === */
.smart-select {
select {
display: none;
}
.item-after {
max-width: 70%;
overflow: hidden;
text-overflow: ellipsis;
position: relative;
display: block;
}
}
.sheet-modal.smart-select-sheet {
.sheet-modal-inner {
background: #fff;
}
.list {
margin: 0;
ul {
.hairline-remove(top);
.hairline-remove(bottom);
}
}
}
.smart-select-popover .popover-inner {
max-height: 40vh;
}
& when (@include-ios-theme) {
@import url('./smart-select-ios.less');
}
& when (@include-md-theme) {
@import url('./smart-select-md.less');
}