From 0f558eceeeaec1c33dd50134d64e79f60794cc49 Mon Sep 17 00:00:00 2001
From: "kazzer@ub.uni-leipzig.de" <kazzer@ub.uni-leipzig.de>
Date: Thu, 20 Aug 2020 12:07:16 +0200
Subject: [PATCH] refs #18165 [finc, BARF] marks critical entry as breaking
 change

---
 themes/finc/scss/compiled.scss | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/themes/finc/scss/compiled.scss b/themes/finc/scss/compiled.scss
index fc943707ed8..a4ce7deba76 100644
--- a/themes/finc/scss/compiled.scss
+++ b/themes/finc/scss/compiled.scss
@@ -2676,6 +2676,9 @@ input {
 
 // Account - END
 
+// Dropdown Toggler color
+// WARNING: Potential Breaking Change! e.g. bookbag delete button with dropdown -- could result in white text on white background --> introduce variable "$btn-transparent-active-color" in custom themes and define color
+// FIXME: MOVE TO buttons or dropdowns section
 .open .btn-transparent.dropdown-toggle {
   &[aria-expanded="true"] {
     color: $btn-transparent-active-color;
-- 
GitLab