Skip to content

Commit

Permalink
fix: change cursor for data preview column headers
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkiMeganMoore committed Oct 21, 2022
1 parent 4717c81 commit dc89555
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Binary file modified example/package/react-autoql-0.0.0-semantically-released.tgz
Binary file not shown.
5 changes: 2 additions & 3 deletions src/components/DataExplorer/DataPreview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,9 @@
background: var(--react-autoql-background-color-secondary);
box-shadow: inset 0 -2px 0 var(--react-autoql-border-color);
transition: color 0.2s ease;
cursor: pointer;
// &:hover {
color: var(--react-autoql-accent-color);
// }
cursor: default;

.data-preview-col-header {
height: 100%;
display: flex;
Expand Down

0 comments on commit dc89555

Please sign in to comment.