Skip to content

Fix panels_base.vue default border color

Jiaan Louw requested to merge jlouw-fix-panel-base-default-border-color into master

What does this MR do and why?

The shared panels_base.vue component should not have a border color unless it is in an alert state.

This only impacts the shared component and there are no visual changes for GitLab users so I've not added a changelog entry.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Default panel state.

Before After
image image

No visual changes on existing dashboards that use the component.

Before After
image image
image image

How to set up and validate locally

  1. Run yarn storybook:start
  2. Visit http://localhost:9002/?path=/story/ee-vue-shared-components-panels-base--default
Edited by Jiaan Louw

Merge request reports