Skip to content

Commit

Permalink
[3.2.x] Refs #32018 -- Corrected color variable for toggle links in a…
Browse files Browse the repository at this point in the history
…dmin.

Follow up to cd3019b.
Backport of 6f5dbe9 from main
  • Loading branch information
felixxm committed Mar 9, 2021
1 parent f8aeafe commit 3119e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/contrib/admin/static/admin/css/forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ fieldset.collapsed h2 {
}

fieldset .collapse-toggle {
color: var(--body-bg);
color: var(--header-link-color);
}

fieldset.collapsed .collapse-toggle {
Expand Down

0 comments on commit 3119e3c

Please sign in to comment.