pulsar/static/select-list.less

52 lines
685 B
Plaintext

@import "octicon-mixins.less";
.select-list {
.error {
font-weight: bold;
}
ol {
position: relative;
overflow-y: auto;
max-height: 312px;
margin: 0;
padding: 0;
&:empty {
border: none;
}
li {
padding: 10px;
display: block;
}
li:last-child {
border-bottom: none;
}
li.active-item {
.mini-icon(confirm, 14px);
&:before {
margin-right: 5px;
}
}
li.inactive-item {
padding-left: 29px;
}
li .right {
float: right;
}
.key-binding {
border-radius: 2px;
margin-left: 5px;
padding: 3px;
font-size: 11px;
}
}
}