]> git.ipfire.org Git - thirdparty/bootstrap.git/commit
scss: bring light/dark accordion icon color handling to parity
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sun, 19 Mar 2023 16:39:47 +0000 (09:39 -0700)
committerMark Otto <markdotto@gmail.com>
Sat, 25 Mar 2023 01:58:08 +0000 (18:58 -0700)
commitaa50e2361f6d51137a195907469338a14938147b
treee612c643d1f9bbfbf47f97026842dbd8dcc71aa0
parentc877cefcef18d6a60c5eaec8df469933e64e212a
scss: bring light/dark accordion icon color handling to parity

The light themed accordion icon is controlled by a set of two variables:
- `$accordion-icon-color`
- `$accordion-icon-active-color`

The dark themed accordion icon did not have this level of control
available and instead would always use `$primary-text-emphasis-dark`.

Replicate the behaviour to permit individual control over the colours to
match the behaviour for the light themed form.
scss/_variables-dark.scss