﻿.remove-trashicon {
    color: lightgray;
}

    .remove-trashicon:hover {
        color: red;
        cursor: pointer;
    }
