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.

52 lines
1.2 KiB
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;
align-items: center;
gap: 0.75em;
text-decoration: none;
padding: 0.5em;
margin: 0.5em 0;
border-radius: 4px;
border: 1px solid RGBA(127, 127, 127, 0.3);
background-color: white;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-size: 1em;
font-family: "Segoe UI", sans-serif;
height: 2em;
user-select: none;
}
.d3c-1633357633-sidebar .d3c-1683622560, .d3c-1633357633-menu .d3c-1683622560 {
border: none;
background-color: transparent;
}
.d3c-1683622560:hover {
background-color: RGBA(127, 127, 127, 0.1);
}
.d3c-1683622560:active {
background-color: RGBA(127, 127, 127, 0.2);
}
.d3c-1683622560-selected {
background-color: RGBA(127, 127, 127, 0.2) !important;
}
.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>