From a6eff3d7151755660ccd9669481ae97302b579a0 Mon Sep 17 00:00:00 2001 From: Anselm McClain Date: Tue, 22 Aug 2023 10:00:10 -0700 Subject: [PATCH] Custom title color for Hoist Inspector + With somewhat crazed selectors for targeting panel header in modal-support context. --- inspector/Inspector.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/inspector/Inspector.scss b/inspector/Inspector.scss index 62e4ae0a56..2df389e9f1 100644 --- a/inspector/Inspector.scss +++ b/inspector/Inspector.scss @@ -1,5 +1,10 @@ .xh-inspector { - .xh-modal-support__host > .xh-panel__content > .xh-panel-header { + & > .xh-panel__content > .xh-panel-header { + background-color: hsl(33, 93%, 40%); + color: white; + } + + .xh-modal-support__host > div > .xh-panel__content > .xh-panel-header { background-color: hsl(33, 93%, 40%); color: white; }