mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-14 04:29:04 +03:00
52 lines
685 B
Plaintext
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;
|
|
}
|
|
}
|
|
}
|