You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by sc...@apache.org on 2019/07/17 21:58:06 UTC

[nifi-fds] branch master updated: NIFI-6444 - FDS - Update expansion panel open arrow to be themeable

This is an automated email from the ASF dual-hosted git repository.

scottyaslan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-fds.git


The following commit(s) were added to refs/heads/master by this push:
     new a1848a7  NIFI-6444 - FDS - Update expansion panel open arrow to be themeable
a1848a7 is described below

commit a1848a702384d8fd9f8498dfab3803c944ec7f1b
Author: Rob Fellows <ro...@gmail.com>
AuthorDate: Wed Jul 17 17:03:48 2019 -0400

    NIFI-6444 - FDS - Update expansion panel open arrow to be themeable
    
    This closes #37
    
    Signed-off-by: Scott Aslan <ja...@jaslan-mbp15-hw14350.home>
---
 platform/core/common/styles/_expansionPanels.scss | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/platform/core/common/styles/_expansionPanels.scss b/platform/core/common/styles/_expansionPanels.scss
index 8ffc75a..2360b8c 100644
--- a/platform/core/common/styles/_expansionPanels.scss
+++ b/platform/core/common/styles/_expansionPanels.scss
@@ -44,7 +44,7 @@
 
   body[fds] td-expansion-panel .td-expansion-panel-header .td-expansion-panel-header-content mat-icon.td-expand-icon {
     font-size: 28px;
-    color: $blue-grey1;
+    color: $accentColor;
     font-weight: bold;
   }
 
@@ -54,7 +54,7 @@
     }
 
     &:hover:not(.mat-disabled) {
-      background: $blue4;
+      background: $accentColorHover;
     }
   }