.editable:hover {
    /*background-color: #ddd;*/
}

.editable-custom:hover {
    /*background-color: #28e7fb;*/
    /*color: white;*/
}

.editable {
    outline: none;
    border: 0;
    transition: all ease-in 150ms;
}

.editable.active {
    /*border-left: 2px solid #355869;*/
}

.editable::selection {
    /*background: rgba(75, 158, 172, 0.4);*/
}
