Commit 9bb39fdb authored by Phil Hughes's avatar Phil Hughes

Merge branch '345497-report-widgets-core-fix-collapse-button-border' into 'master'

Report Widgets Core: Fix collapse button border

See merge request gitlab-org/gitlab!75229
parents 586f9162 535b898f
......@@ -178,9 +178,11 @@ export default {
:widget="$options.label || $options.name"
:tertiary-buttons="tertiaryActionsButtons"
/>
<div class="gl-border-l-1 gl-border-l-solid gl-border-gray-100 gl-ml-3 gl-pl-3 gl-h-6">
<div
v-if="isCollapsible"
class="gl-border-l-1 gl-border-l-solid gl-border-gray-100 gl-ml-3 gl-pl-3 gl-h-6"
>
<gl-button
v-if="isCollapsible"
v-gl-tooltip
:title="collapseButtonLabel"
:aria-expanded="`${!isCollapsed}`"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment