diff --git a/services/web/frontend/stylesheets/app/project-list-react.less b/services/web/frontend/stylesheets/app/project-list-react.less index b5e105a443..0f74cf179d 100644 --- a/services/web/frontend/stylesheets/app/project-list-react.less +++ b/services/web/frontend/stylesheets/app/project-list-react.less @@ -397,21 +397,13 @@ td:last-child { padding-right: @line-height-computed - (@grid-gutter-width / 2); } - - &:hover { - &:not(.no-projects) { - background-color: @structured-list-hover-color; - } - } - } - - thead { - tr:hover { - background-color: transparent; - } } tbody { + tr:not(.no-projects):hover { + background-color: @structured-list-hover-color; + } + tr:last-child { border-bottom: 0 none; }