From 10cf32f835c24fa013e3a823353be2e4a916847f Mon Sep 17 00:00:00 2001 From: Matt Toback Date: Wed, 16 Nov 2016 04:50:01 -0500 Subject: [PATCH] Removed green border from OK alerts. Makes dashboards too busy, competes for attention where action is unnceessary (#6555) --- public/sass/pages/_alerting.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/public/sass/pages/_alerting.scss b/public/sass/pages/_alerting.scss index b739485f170..70124f0cd85 100644 --- a/public/sass/pages/_alerting.scss +++ b/public/sass/pages/_alerting.scss @@ -61,7 +61,6 @@ } &--ok { - box-shadow: 0 0 5px rgba(0,200,0,10.8); .panel-alert-icon:before { color: $online; content: "\e611";