.rating-table.edit-mode .link-icon {
    opacity: 0;
}

.rating-table.edit-mode th:hover .link-icon,
.rating-table.edit-mode td:hover .link-icon {
    opacity: 1;
}

.cell-label {
    transition: opacity 0.25s ease-in-out;
}

.rating-table.edit-mode th:hover .cell-label,
.rating-table.edit-mode td:hover .cell-label {
    opacity: 0.1;
}
