Skip to content

Commit

Permalink
Custom title color for Hoist Inspector
Browse files Browse the repository at this point in the history
+ With somewhat crazed selectors for targeting panel header in modal-support context.
  • Loading branch information
amcclain committed Aug 22, 2023
1 parent 2fa645f commit a6eff3d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion inspector/Inspector.scss
Original file line number Diff line number Diff line change
@@ -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;
}
Expand Down

0 comments on commit a6eff3d

Please sign in to comment.