az-digital / arizona-bootstrap

UArizona's front-end toolkit based on Bootstrap 4 and 5.
https://digital.arizona.edu/arizona-bootstrap
MIT License
5 stars 8 forks source link

Closes #1207: Refactor accordions to use Flexbox. #1208

Open mmunro-ltrr opened 5 months ago

mmunro-ltrr commented 5 months ago

The simple replacement of display: block with display: flex to resolve Issue #1192 extended the text-decoration: underline styling from the accordion title to the arrow toggle icon on the left; to avoid such behavior, this PR implements the approach of @danahertzberg by limiting the scope of text styling with a <span> element. Note that this approach does require modifications to existing markup, or the toggle icon will still appear underlined.