Skip to content

Replace v-show on Designs toolbar with d-none class

What does this MR do?

In !22516 (merged) I've fixed the disabling of Delete Selected button after deleting all designs. Unfortunately, v-show directive now collides with Bootstrap-Vue d-flex utility class:

Screenshot_2020-01-14_at_11.31.18

This MR replaces v-show with conditional d-none class to prevent the collision and adds a proper unit test to prevent this regression in the future.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related issue: #118627 (closed)

Edited by 🤖 GitLab Bot 🤖

Merge request reports

Loading