From c604d68fb57afb2e29d16f8083d7e506fb76d0d0 Mon Sep 17 00:00:00 2001 From: Dorian Merz <merz@ub.uni-leipzig.de> Date: Mon, 7 Oct 2019 16:14:07 +0200 Subject: [PATCH] refs #15991 [fid_bbi] change some hovering colors in searchbox --- themes/fid_bbi/scss/_customVariables.scss | 1 - themes/fid_bbi/scss/compiled.scss | 6 +++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/themes/fid_bbi/scss/_customVariables.scss b/themes/fid_bbi/scss/_customVariables.scss index b7735b58203..04ecb9a24b3 100644 --- a/themes/fid_bbi/scss/_customVariables.scss +++ b/themes/fid_bbi/scss/_customVariables.scss @@ -10,7 +10,6 @@ $brand-warning: #f08a24 !default; $alert-warning-bg: #d3d3d3 !default; -$component-active-bg: $brand-primary-light !default; $snow: $brand-primary-light !default; $in-list-or-bookbag: $brand-secondary-light !default diff --git a/themes/fid_bbi/scss/compiled.scss b/themes/fid_bbi/scss/compiled.scss index a4487577f2b..a5d7133730e 100644 --- a/themes/fid_bbi/scss/compiled.scss +++ b/themes/fid_bbi/scss/compiled.scss @@ -537,9 +537,13 @@ footer { margin-top: ($grid-gutter-width / 6); } +.nav a.btn.btn-primary:hover { + @extend .btn-primary; +} + .worldcat-headline { // copies values from .caption class color: $gray; padding-top: 8px; padding-bottom: 8px; -} \ No newline at end of file +} -- GitLab