mengw15 commented on code in PR #4017:
URL: https://github.com/apache/texera/pull/4017#discussion_r2484238120
##########
frontend/src/app/dashboard/component/user/user-workflow/user-workflow.component.scss:
##########
@@ -25,3 +25,7 @@
right: 8px;
top: 5px;
}
+
+:host ::ng-deep nz-card.list-item-card.ant-card:hover .ant-card-body {
Review Comment:
same as above
##########
frontend/src/app/dashboard/component/user/user-dataset/user-dataset.component.scss:
##########
@@ -25,3 +25,7 @@
height: 55px;
overflow-y: hidden;
}
+
+:host ::ng-deep nz-card.list-item-card.ant-card:hover .ant-card-body {
Review Comment:
can u put these few lines of code in the list-item.component.scss? Thus we
can apply this to all the list-item, and also reuse these code. Let me know if
there is any issues
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]