mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
parent
99605d1abf
commit
0968fbed49
@ -335,7 +335,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@mixin left-brand-border-gradient() {
|
@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: 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-image-slice: 1;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
|
Loading…
Reference in New Issue
Block a user