You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
561 B
Plaintext

<button vg-attr="c.AttrMap" class="d3c-1633424238" @click="c.HandleClick(event)">
<vg-comp expr="c.SymbolSlot"></vg-comp><vg-comp expr="c.DefaultSlot"></vg-comp>
</button>
<style>
.d3c-1633424238 {
display: flex;
gap: 12px;
text-decoration: none;
padding: 8px;
margin: 8px 0;
border-radius: 4px;
border: none;
background-color: white;
}
.d3c-1633424238 > * {
height: 16px;
}
.d3c-1633424238:hover {
background-color: RGBA(127, 127, 127, 0.1);
}
.d3c-1633424238-selected {
background-color: RGBA(127, 127, 127, 0.2);
}
</style>