Allow closing individual documents from sidebar

This commit is contained in:
Michael Shamoon
2021-02-25 07:43:02 -08:00
parent 66f7ae3773
commit 548b1ea7ec
4 changed files with 51 additions and 7 deletions

View File

@@ -63,6 +63,10 @@ $border-color-dark-mode: #47494f;
background-color: $bg-dark-mode;
color: $text-color-dark-mode;
border-color: $border-color-dark-mode $border-color-dark-mode $bg-dark-mode;
.close {
background-color: inherit !important;
}
}
&:hover {