.ubx-option {
    background: transparent;
    min-width: 0;
    min-height: ($field-height)+em;

    &:hover {
        background: color(lte, 100);
    }
    &.isSelected {
        @each $type in $types {
            &.#{$type} {
                background: rgba(color($type), 0.25);
                color: color($type, 900);
            }
        }
    }

    &__group {
        &--label {
            min-height: ($field-height)+em;
            cursor: default;
        }
    }
}
