From 94e2b77c5f7e7a8d5ec6ffa23a341eb27ea591a7 Mon Sep 17 00:00:00 2001 From: Kris Date: Fri, 25 Jan 2019 17:25:12 -0500 Subject: [PATCH] Fix theme component name's color when theme is selected --- app/assets/stylesheets/common/admin/customize.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/common/admin/customize.scss b/app/assets/stylesheets/common/admin/customize.scss index 4f3d151a973..a552dd0293f 100644 --- a/app/assets/stylesheets/common/admin/customize.scss +++ b/app/assets/stylesheets/common/admin/customize.scss @@ -283,6 +283,9 @@ &.selected { color: $secondary; background-color: $tertiary; + .components-list { + color: $secondary; + } .fa { color: inherit; }