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.
17 lines (14 loc) • 349 B
text/less
@import 'ui-variables';
// Custom tabs --------------
atom-panel .tab-bar .tab.active {
.theme-one-light-ui &,
.theme-one-dark-ui & {
background-color: @tool-panel-background-color;
&::after {
border-bottom-color: @tool-panel-background-color;
}
.title {
background-color: @tool-panel-background-color;
}
}
}