From aa7811444012b505905e5ab173de64044ddba10a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torkel=20=C3=96degaard?= Date: Fri, 30 Sep 2016 17:39:05 +0200 Subject: [PATCH] fix(alerting): fixed icon for ok state in panel header, #6136 --- public/sass/pages/_alerting.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/sass/pages/_alerting.scss b/public/sass/pages/_alerting.scss index 80e7d6d844e..79eaa8ad8ee 100644 --- a/public/sass/pages/_alerting.scss +++ b/public/sass/pages/_alerting.scss @@ -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"; } } }