Skip to content
Snippets Groups Projects
Commit 8183e706 authored by ckaz's avatar ckaz Committed by Dorian Merz
Browse files

refs #17867 [finc, VF5.1, BARF] fixes remove-srch-group

* fixes visibility of remove search group button
parent c71b161f
No related merge requests found
......@@ -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;
......
......@@ -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;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment