

.my_text_input_group .input-group-append
{
    display: none;
}

.my_text_input_group:hover .input-group-append
{
    display: flex;
}