mirror of https://github.com/rancher/dashboard.git
square action menu
This commit is contained in:
parent
4c388cc555
commit
72a38b0f63
|
|
@ -86,9 +86,10 @@ button,
|
||||||
background: var(--accent-btn);
|
background: var(--accent-btn);
|
||||||
border: solid thin var(--link-text);
|
border: solid thin var(--link-text);
|
||||||
color: var(--link-text);
|
color: var(--link-text);
|
||||||
padding: 8px;
|
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
|
width: $btn-height;
|
||||||
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon-group i {
|
.icon-group i {
|
||||||
|
|
|
||||||
|
|
@ -334,7 +334,7 @@ export default {
|
||||||
ref="actions"
|
ref="actions"
|
||||||
aria-haspopup="true"
|
aria-haspopup="true"
|
||||||
type="button"
|
type="button"
|
||||||
class="btn btn-sm role-multi-action actions"
|
class="btn role-multi-action actions"
|
||||||
@click="showActions"
|
@click="showActions"
|
||||||
>
|
>
|
||||||
<i class="icon icon-actions" />
|
<i class="icon icon-actions" />
|
||||||
|
|
|
||||||
|
|
@ -582,7 +582,7 @@ export default {
|
||||||
</template>
|
</template>
|
||||||
<td v-if="rowActions" align="middle">
|
<td v-if="rowActions" align="middle">
|
||||||
<slot name="row-actions" :row="row">
|
<slot name="row-actions" :row="row">
|
||||||
<button aria-haspopup="true" aria-expanded="false" type="button" class="btn btn-sm role-multi-action actions">
|
<button aria-haspopup="true" aria-expanded="false" type="button" class="btn role-multi-action actions">
|
||||||
<i class="icon icon-actions" />
|
<i class="icon icon-actions" />
|
||||||
</button>
|
</button>
|
||||||
</slot>
|
</slot>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue