Commit 0968fbed by Torkel Ödegaard Committed by GitHub

Styles: Fixed left menu highlight (#16431)

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

Fixes #16430
parent 99605d1a
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment