Skip to content

Commit e31cdbe

Browse files
committed
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. - #312 3. The Portal success, warn, etc colors are not standardized. - They will be in FP-1145, but CMS's could differ.
1 parent c96b41e commit e31cdbe

File tree

1 file changed

+0
-4
lines changed
  • taccsite_cms/contrib/taccsite_system_monitor/static/taccsite_system_monitor/css

1 file changed

+0
-4
lines changed

taccsite_cms/contrib/taccsite_system_monitor/static/taccsite_system_monitor/css/system_monitor.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@ Styleguide Trumps.Scopes.SystemMonitor
7575
font-size: 1.3rem;
7676
font-weight: normal;
7777
}
78-
.s-system-monitor .badge-warning {
79-
background-color: var(--global-color-warning--normal);
80-
color: var(--global-color-primary--xx-light);
81-
}
8278

8379
/* Overwrite IconWorks */
8480
.s-system-monitor .iconworks:before {

0 commit comments

Comments
 (0)