Styles: Fixed left menu highlight (#16431)

Upgrades to webpack & css optimization caused changes
in production build that removed the left brand
gradient.

Fixes #16430
This commit is contained in:
Torkel Ödegaard
2019-04-08 10:41:49 +02:00
committed by GitHub
parent 99605d1abf
commit 0968fbed49

View File

@@ -335,7 +335,6 @@
}
@mixin left-brand-border-gradient() {
border: none;
border-image: linear-gradient(rgba(255, 213, 0, 1) 0%, rgba(255, 68, 0, 1) 99%, rgba(255, 68, 0, 1) 100%);
border-image-slice: 1;
border-style: solid;