atom-nuclide
Version:
A unified developer experience for web and mobile development, built as a suite of features on top of Atom to provide hackability and the support of an active community.
22 lines (17 loc) • 433 B
text/less
@import "ui-variables";
.nuclide-ui-listview {
overflow-y: auto;
}
.nuclide-ui-listview-highlight-odd > .nuclide-ui-listview-item:nth-child(odd) {
background-color: @background-color-highlight;
}
.nuclide-ui-listview-item {
padding: 3px 6px;
}
.nuclide-ui-listview-selectable > .nuclide-ui-listview-item {
cursor: pointer;
&:hover {
background-color: @background-color-info;
color: @text-color-highlight;
}
}