From 316f2d1547023b7f6df0f938f83b3f2e72f9fbcb Mon Sep 17 00:00:00 2001
From: Jacob Shandling <61553566+jacobshandling@users.noreply.github.com>
Date: Fri, 3 Nov 2023 08:33:22 -0700
Subject: [PATCH] UI - fix Host details offline status indicator color (#14917)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## Addresses #14358
Match offline indicator color on host details summary to those in the
Manage hosts table:
## Checklist for submitter
- [x] Manual QA for all new/changed functionality
Co-authored-by: Jacob Shandling
---
frontend/pages/hosts/details/_styles.scss | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/frontend/pages/hosts/details/_styles.scss b/frontend/pages/hosts/details/_styles.scss
index c0e1af9b68..919d3a8c51 100644
--- a/frontend/pages/hosts/details/_styles.scss
+++ b/frontend/pages/hosts/details/_styles.scss
@@ -262,7 +262,7 @@
&--offline {
&:before {
- background-color: $ui-fleet-black-25;
+ background-color: $ui-fleet-black-50;
border-radius: 100%;
content: " ";
display: inline-block;