.transition-picker-item {
    cursor: pointer;
}

.transition-picker-item.selected {
    color: black;
    background-color: white;
}

.transition-example.showing {
    display: flex !important;
}
