.row { transition: background-color 500ms; &:hover { background-color: $tableRowHoverBackgroundColor; } }