Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
tr:not([thead])>tr:hover // и tr:not([thead tr]):hover // и tr:not(thead tr):hover
table > *:not(thead) > tr:hover { cursor: pointer; background-color: lightgray; }
tbody tr:hover { cursor: pointer; background-color: lightgray; }