Skip to content

Commit

Permalink
fix cursor style (#7445)
Browse files Browse the repository at this point in the history
Co-authored-by: zhouwenxuan <[email protected]>
  • Loading branch information
Aries-0331 and zhouwenxuan authored Feb 8, 2025
1 parent 3d7b8b3 commit 92f27a1
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@
.sf-metadata-result-table-cell.sf-metadata-result-table-file-name-cell {
padding-top: 4px;
padding-bottom: 4px;
cursor: pointer;
}

.sf-metadata-result-table-cell.sf-metadata-result-table-file-name-cell .sf-metadata-ui.cell-formatter-container {
Expand All @@ -318,3 +317,7 @@
.sf-metadata-result-table-file-name-cell .sf-metadata-ui.file-name-formatter .sf-metadata-file-icon {
transform: translateY(-1px);
}

.sf-metadata-result-table-cell.sf-metadata-result-table-file-name-cell .sf-metadata-file-name {
cursor: pointer;
}

0 comments on commit 92f27a1

Please sign in to comment.