When I click on the “…” in the list of theme components, the delete icon is only shown on hover. Also, the other icons disappear when you hover over another option.
1 Like
I think only color palettes based on the WCAG palette are affected by this.
@awesomerobot About the delete icon: it’s 5y old code but I wonder why that would have been implemented?
.btn-icon.ok,
.btn-icon.cancel,
.btn-danger {
.d-icon {
color: var(--secondary);
}
}
Got any idea?
For the disappearing icons, it’s clearly some mouse-over event but I’m having trouble debugging that
1 Like