Skip to content

Commit

Permalink
Fix prettier styles for gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
kentarolim10 committed Oct 30, 2023
1 parent a09953d commit 8a51328
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions style/diff-common.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

0 comments on commit 8a51328

Please sign in to comment.