Skip to content
Snippets Groups Projects
Commit 0f558ece authored by Claas Kazzer's avatar Claas Kazzer 💬 Committed by André Lahmann
Browse files

refs #18165 [finc, BARF] marks critical entry as breaking change

parent 1da440c5
No related merge requests found
...@@ -2676,6 +2676,9 @@ input { ...@@ -2676,6 +2676,9 @@ input {
// Account - END // 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 { .open .btn-transparent.dropdown-toggle {
&[aria-expanded="true"] { &[aria-expanded="true"] {
color: $btn-transparent-active-color; color: $btn-transparent-active-color;
......
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