mirror of
https://github.com/atom/atom.git
synced 2026-02-06 20:55:33 -05:00
26 lines
569 B
Plaintext
26 lines
569 B
Plaintext
// Misc
|
|
|
|
.preview-pane .results-view .path-match-number {
|
|
// show number also on selected item
|
|
color: inherit;
|
|
opacity: .6;
|
|
}
|
|
|
|
.tool-panel.incompatible-packages {
|
|
// incompatible-packages isn't really a tool-panel and more a whole pane
|
|
.text(normal);
|
|
background-color: @level-2-color;
|
|
}
|
|
|
|
// Styleguide ----------------------------------------------
|
|
|
|
.styleguide {
|
|
// Modal
|
|
atom-panel.modal:after {
|
|
position: absolute; // prevent overlay backdrop from leaking outside
|
|
left: -@ui-padding;
|
|
right: -@ui-padding;
|
|
bottom: -@ui-padding;
|
|
}
|
|
}
|