mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-02 16:04:07 +03:00
aa50e2361f
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.