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.

43 lines
901 B
Plaintext

<button vg-attr='utils.AttributesAppend{AttrMap: c.AttrMap, Classes: "d3c-1683622560 " + c.classes}' @click="c.handleClick(event)">
<vg-comp expr="c.SymbolSlot"></vg-comp><vg-comp expr="c.DefaultSlot"></vg-comp>
</button>
<style>
.d3c-1683622560 {
display: flex;
gap: 12px;
text-decoration: none;
padding: 8px;
margin: 8px 0;
border-radius: 4px;
border: none;
background-color: white;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.d3c-1683622560 > * {
height: 16px;
}
.d3c-1683622560:hover {
background-color: RGBA(127, 127, 127, 0.1);
}
.d3c-1683622560-selected {
background-color: RGBA(127, 127, 127, 0.2);
}
.d3c-1633357633-sidebar-minimized .d3c-1683622560 > *:not(:first-child) {
display: none;
}
</style>
<script type="application/x-go">
import (
"git.d3nexus.de/Dadido3/D3vugu-components/utils"
)
</script>