We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d63454 commit 621e93eCopy full SHA for 621e93e
1 file changed
src/components/AdpVulnerabilityEnrichment.vue
@@ -5,7 +5,6 @@
5
<slot></slot>
6
<button class="button message-header-button"
7
:style="{'background-color': '#162e51 !important', 'color': 'white !important'}"
8
- @click="togglePanel"
9
:aria-expanded="useCveRecordLookupStore.accordionState[organizationId] ? 'true' : 'false'"
10
:aria-controls="`${organizationId}-panel`"
11
>
@@ -432,6 +431,7 @@ export default {
432
431
433
.cve-accordion-header {
434
background-color: $theme-color-primary-darker !important;
+ cursor: pointer;
435
}
436
437
.cve-container-accordion-panel {
0 commit comments