/* -----------------------------------------------------------------------------
| 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;
}
