Skip to content

Resolves #3000 Accordion container headers can be clicked anywhere to toggle#3085

Merged
ann-linh-mitre merged 4 commits intotestfrom
jd-3000-accordion
Oct 8, 2024
Merged

Resolves #3000 Accordion container headers can be clicked anywhere to toggle#3085
ann-linh-mitre merged 4 commits intotestfrom
jd-3000-accordion

Conversation

@jdaigneau5
Copy link
Copy Markdown
Contributor

Summary

Previously, to collapse or expand a container on the CVE record details page, the +/- button had to be clicked. Now, any where on the container header can be clicked to expand/collapse.

Important Changes

globals.scss

  • Removed h1,2,3,4,5,6 color styling. No longer needed as default font color is black and it overwrote other styling

AdpvulnerabilityEnrichment.vue

  • Replaced accordion div with button
  • Fixed typos
  • Removed toggle function from +/- button and added it to the accordion button

Multiple files

  • Fixed accordion typo

@ann-linh-mitre ann-linh-mitre linked an issue Oct 8, 2024 that may be closed by this pull request
@ann-linh-mitre ann-linh-mitre merged commit d523720 into test Oct 8, 2024
@ann-linh-mitre ann-linh-mitre deleted the jd-3000-accordion branch October 8, 2024 01:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

No open projects

Development

Successfully merging this pull request may close these issues.

Make accordion headers selectable like the plus/minus buttons

2 participants