Navigation menu dropdown cursor fix

/* Nav menu dropdown cursor fix */

.has-submenu:hover {
    cursor: pointer;
}