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.
26 lines (20 loc) • 493 B
text/less
@import "ui-variables";
.nuclide-tabs > .tab-bar .tab,
.nuclide-tabs > .tab-bar .tab.active {
cursor: pointer;
transition: color 0 linear ;
-webkit-flex: inherit;
width: auto;
}
//disable auto-grow on hover
.nuclide-tabs > .tab-bar .tab.active,
.nuclide-tabs > .tab-bar .tab:hover {
flex-grow: inherit;
}
.nuclide-tabs > .tab-bar .tab:hover .title {
color: @text-color-highlight;
}
.nuclide-tabs > .tab-bar .tab .title {
overflow: inherit;
-webkit-mask: none;
}