Hello. I use this code to remove the delay when pressing the dropdown button, but I wish that it still had a little bit of delay. Is that possible?
I have placed this code in the customize are of the navigation dropdown.
$el .x-anchor,
$el .x-anchor-text-primary,
$el .x-anchor-text-secondary,
$el .x-anchor-sub-indicator,
$el .x-dropdown {
transform: none;
transition-delay: unset;
transition-duration: unset;
transition-property: none;
transition-timing-function: unset;
}