#new_items_table .item-row .row-actions>* {
    visibility: hidden;
}
#new_items_table .item-row:hover>.row-actions>* {
    visibility: visible;
}

