]>
Commit | Line | Data |
---|---|---|
24c7594d BB |
1 | @import "ui-variables"; |
2 | @import "octicon-mixins"; | |
3 | ||
4 | .select-list { | |
5 | .loading { | |
6 | .loading-message { | |
7 | .octicon(hourglass); | |
8 | ||
9 | &:before { | |
10 | font-size: 1.1em; | |
11 | width: 1.1em; | |
12 | height: 1.1em; | |
13 | margin-right: 5px; | |
14 | } | |
15 | } | |
16 | ||
17 | .badge { | |
18 | margin-left: 10px; | |
19 | } | |
20 | } | |
21 | ||
22 | ol.list-group { | |
23 | position: relative; | |
24 | overflow-y: auto; | |
25 | max-height: 312px; | |
26 | margin: @component-padding 0 0 0; | |
27 | padding: 0; | |
28 | ||
29 | li { | |
30 | display: block; | |
31 | ||
32 | .primary-line, | |
33 | .secondary-line { | |
34 | text-overflow: ellipsis; | |
35 | white-space: nowrap; | |
36 | overflow: hidden; | |
37 | } | |
38 | } | |
39 | } | |
40 | } |