[design] remove shade change when using background colour or image

This commit is contained in:
zombieFox 2020-01-16 08:32:21 +00:00
parent e5f1dd58fa
commit 1832e01c1d

View File

@ -10,11 +10,6 @@
z-index: var(--z-index-shade);
}
.is-background-image-show .shade,
.is-background-color-by-custom .shade {
background-color: rgba(var(--theme-black), 0.5);
}
.is-edge:not(.is-background-image-show) .shade {
background-color: rgba(var(--theme-accent), 0.05);
}