mirror of
https://github.com/atom/atom.git
synced 2026-01-25 14:59:03 -05:00
9 lines
114 B
CSS
9 lines
114 B
CSS
.select-list ol {
|
|
position: relative;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
.select-list ol .selected {
|
|
background: green;
|
|
}
|