/* Hide the HTML datalist wonky arrow in Safari and Chrome, since we add it via bulma. */
[list]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

a[disabled] {
    pointer-events: none;
}
