From e31cdbeb19f296a7a9d6479813dfa2c9793f05da Mon Sep 17 00:00:00 2001 From: Wesley Bomar Date: Tue, 17 Aug 2021 13:22:32 -0500 Subject: [PATCH] GH-89: Bugfix: Use Bootstrap "warning" pill color Why? 1. The Bootstrap "success" pill color is used. - See `badge-success` in HTML but not CSS. 2. The custom warning color was recently removed. - https://github.com/TACC/Core-CMS/pull/312 3. The Portal success, warn, etc colors are not standardized. - They will be in FP-1145, but CMS's could differ. --- .../static/taccsite_system_monitor/css/system_monitor.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/taccsite_cms/contrib/taccsite_system_monitor/static/taccsite_system_monitor/css/system_monitor.css b/taccsite_cms/contrib/taccsite_system_monitor/static/taccsite_system_monitor/css/system_monitor.css index 7699341eb..43b134cd1 100644 --- a/taccsite_cms/contrib/taccsite_system_monitor/static/taccsite_system_monitor/css/system_monitor.css +++ b/taccsite_cms/contrib/taccsite_system_monitor/static/taccsite_system_monitor/css/system_monitor.css @@ -75,10 +75,6 @@ Styleguide Trumps.Scopes.SystemMonitor font-size: 1.3rem; font-weight: normal; } -.s-system-monitor .badge-warning { - background-color: var(--global-color-warning--normal); - color: var(--global-color-primary--xx-light); -} /* Overwrite IconWorks */ .s-system-monitor .iconworks:before {