cleanup css

This commit is contained in:
Bolko Schreiber
2021-02-25 15:35:15 +01:00
parent a331e4b49c
commit 6a1f5fb4cd
5 changed files with 6 additions and 13 deletions

View File

@@ -147,18 +147,11 @@ $border-color-dark-mode: #47494f;
}
}
.doc-img-inverted {
mix-blend-mode: normal;
.doc-img.inverted {
filter: invert(95%) hue-rotate(180deg);
border-radius: 0;
border-color: $bg-dark-mode;
&.border-right {
border-right: none !important;
}
}
.card-selected .doc-img .doc-img-inverted {
.card-selected .doc-img {
mix-blend-mode: luminosity;
}