Commit aa781144 by Torkel Ödegaard

fix(alerting): fixed icon for ok state in panel header, #6136

parent 7c339f07
......@@ -62,7 +62,7 @@
//box-shadow: 0 0 5px rgba(0,200,0,10.8);
.panel-alert-icon:before {
color: $online;
content: "\e610";
content: "\e611";
}
}
}
......
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