From 8183e70628f788d7f8eb1f5ee8259823fb96d117 Mon Sep 17 00:00:00 2001
From: ckaz <kazzer@uni-leipzig.de>
Date: Fri, 26 Jun 2020 13:38:11 +0200
Subject: [PATCH] refs #17867 [finc, VF5.1, BARF] fixes remove-srch-group

* fixes visibility of remove search group button
---
 themes/finc/scss/_customVariables.scss |  2 +-
 themes/finc/scss/compiled.scss         | 11 ++++++++++-
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/themes/finc/scss/_customVariables.scss b/themes/finc/scss/_customVariables.scss
index 9cd3d1cb241..910a1a292de 100644
--- a/themes/finc/scss/_customVariables.scss
+++ b/themes/finc/scss/_customVariables.scss
@@ -66,7 +66,7 @@ $state-warning-bg: $brand-warning !default;
 $alert-warning-bkg: $brand-warning !default;
 // $state-warning-border: darken(adjust-hue($state-warning-bg, -10), 5%) !default;
 
-$state-danger-text: $state-light-text-on-dark !default; // NOTE: this renders the text white -- requires red background!
+$state-danger-text: $state-light-text-on-dark !default; // NOTE: this renders the text white -- requires red background! Used for remove-searchgroup button (adv search) and overdues
 $state-danger-bg: $brand-danger !default;
 // $state-danger-border: darken(adjust-hue($state-danger-bg, -10), 5%) !default;
 
diff --git a/themes/finc/scss/compiled.scss b/themes/finc/scss/compiled.scss
index dfeb3d18f6f..b0146b6727d 100644
--- a/themes/finc/scss/compiled.scss
+++ b/themes/finc/scss/compiled.scss
@@ -2021,7 +2021,16 @@ footer {
   }
 }
 
-////// Swap find and clear buttons for consistency
+// this is the "remove search group" button
+.adv-group-close {
+  color: $link-color;
+
+  i {
+    color: $brand-danger;
+  }
+}
+
+  ////// Swap find and clear buttons for consistency
 .adv-submit {
   .fnd-btn {
     float: right;
-- 
GitLab