diff --git a/style/diff-common.css b/style/diff-common.css index 1c4fb77d1..d983c7b94 100644 --- a/style/diff-common.css +++ b/style/diff-common.css @@ -181,16 +181,10 @@ button.jp-git-diff-resolve .jp-ToolbarButtonComponent-label { ); } -.not-saved - > .lm-TabBar-tabCloseIcon - > :not(:hover) - > .jp-icon-busy[fill] { +.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] { +.not-saved > .lm-TabBar-tabCloseIcon > :not(:hover) > .jp-icon3[fill] { fill: none; -} \ No newline at end of file +}