Commit 58887657 authored by Nicolò Maria Mezzopera's avatar Nicolò Maria Mezzopera Committed by Olena Horal-Koretska

Bulk delete registries UI polish

parent 437f277f
...@@ -86,8 +86,8 @@ export default { ...@@ -86,8 +86,8 @@ export default {
<template> <template>
<div> <div>
<div class="gl-display-flex gl-justify-content-space-between gl-mb-3"> <div class="gl-display-flex gl-justify-content-space-between gl-mb-3 gl-align-items-center">
<gl-form-checkbox v-if="!hiddenDelete" v-model="selectAll" class="gl-ml-2"> <gl-form-checkbox v-if="!hiddenDelete" v-model="selectAll" class="gl-ml-2 gl-pt-2">
<span class="gl-font-weight-bold">{{ title }}</span> <span class="gl-font-weight-bold">{{ title }}</span>
</gl-form-checkbox> </gl-form-checkbox>
......
...@@ -57,7 +57,7 @@ export default { ...@@ -57,7 +57,7 @@ export default {
<div class="gl-display-flex gl-align-items-center gl-py-3"> <div class="gl-display-flex gl-align-items-center gl-py-3">
<div <div
v-if="$slots['left-action']" v-if="$slots['left-action']"
class="gl-w-7 gl-display-none gl-sm-display-flex gl-justify-content-start gl-pl-2" class="gl-w-7 gl-display-flex gl-justify-content-start gl-pl-2"
> >
<slot name="left-action"></slot> <slot name="left-action"></slot>
</div> </div>
...@@ -105,7 +105,7 @@ export default { ...@@ -105,7 +105,7 @@ export default {
</div> </div>
<div <div
v-if="$slots['right-action']" v-if="$slots['right-action']"
class="gl-w-9 gl-display-none gl-sm-display-flex gl-justify-content-end gl-pr-1" class="gl-w-9 gl-display-flex gl-justify-content-end gl-pr-1"
> >
<slot name="right-action"></slot> <slot name="right-action"></slot>
</div> </div>
......
...@@ -86,7 +86,7 @@ exports[`packages_list_row renders 1`] = ` ...@@ -86,7 +86,7 @@ exports[`packages_list_row renders 1`] = `
</div> </div>
<div <div
class="gl-w-9 gl-display-none gl-sm-display-flex gl-justify-content-end gl-pr-1" class="gl-w-9 gl-display-flex gl-justify-content-end gl-pr-1"
> >
<gl-button-stub <gl-button-stub
aria-label="Remove package" aria-label="Remove package"
......
...@@ -92,7 +92,7 @@ exports[`packages_list_row renders 1`] = ` ...@@ -92,7 +92,7 @@ exports[`packages_list_row renders 1`] = `
</div> </div>
<div <div
class="gl-w-9 gl-display-none gl-sm-display-flex gl-justify-content-end gl-pr-1" class="gl-w-9 gl-display-flex gl-justify-content-end gl-pr-1"
> >
<gl-button-stub <gl-button-stub
aria-label="Remove package" aria-label="Remove package"
......
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