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 (18 loc) • 476 B
text/less
.nuclide-diagnostics-status-bar-highlight {
display: inline-block;
line-height: 1.3em;
min-width: 2em;
text-align: center;
}
.nuclide-diagnostics-highlight-group {
cursor: pointer;
display: inline-block;
.nuclide-diagnostics-status-bar-highlight:first-child {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.nuclide-diagnostics-status-bar-highlight:last-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
}