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);
|
||||
border: solid thin var(--link-text);
|
||||
color: var(--link-text);
|
||||
padding: 8px;
|
||||
border-radius: 2px;
|
||||
line-height: 0;
|
||||
width: $btn-height;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.icon-group i {
|
||||
|
|
|
|||
|
|
@ -334,7 +334,7 @@ export default {
|
|||
ref="actions"
|
||||
aria-haspopup="true"
|
||||
type="button"
|
||||
class="btn btn-sm role-multi-action actions"
|
||||
class="btn role-multi-action actions"
|
||||
@click="showActions"
|
||||
>
|
||||
<i class="icon icon-actions" />
|
||||
|
|
|
|||
|
|
@ -582,7 +582,7 @@ export default {
|
|||
</template>
|
||||
<td v-if="rowActions" align="middle">
|
||||
<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" />
|
||||
</button>
|
||||
</slot>
|
||||
|
|
|
|||
Loading…
Reference in New Issue