diff --git a/themes/finc/scss/_customVariables.scss b/themes/finc/scss/_customVariables.scss index 9cd3d1cb2417d8d09f97e0f8c6f175f915c0b8ed..910a1a292dee5957b904b4037004ccc342eaee7b 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 dfeb3d18f6fc79e262fef3fa98f5a6844f11a49a..b0146b6727da6286d187bce0409cf6981f142977 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;