@jupyterlab/git
Version:
A JupyterLab extension for version control using git
23 lines (18 loc) • 695 B
CSS
/* -----------------------------------------------------------------------------
| Copyright (c) Jupyter Development Team.
| Distributed under the terms of the Modified BSD License.
|---------------------------------------------------------------------------- */
@import url('variables.css');
@import url('credentials-box.css');
@import url('diff-common.css');
@import url('status-widget.css');
@import url('advanced-push-form.css');
.jp-git-tab-mod-preview {
font-style: italic;
}
.not-saved > .lm-TabBar-tabCloseIcon > :not(:hover) > .jp-icon-busy[fill] {
fill: var(--jp-inverse-layout-color3);
}
.not-saved > .lm-TabBar-tabCloseIcon > :not(:hover) > .jp-icon3[fill] {
fill: none;
}