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.
15 lines (11 loc) • 568 B
text/less
@import "ui-variables";
// TODO: Use border-image to support a wavy line instead of dashed.
// See http://stackoverflow.com/a/17277997/396304.
atom-text-editor .nuclide-diagnostics-gutter-ui-highlight-error > .region,
atom-text-editor::shadow .nuclide-diagnostics-gutter-ui-highlight-error > .region {
border-bottom: 1px dashed @text-color-error;
}
atom-text-editor .nuclide-diagnostics-gutter-ui-highlight-warning > .region,
atom-text-editor::shadow .nuclide-diagnostics-gutter-ui-highlight-warning > .region {
border-bottom: 1px dashed @text-color-warning;
}