Skip to content

Commit

Permalink
Small tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Dec 5, 2024
1 parent e6f61cd commit db408b0
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions packages/dataviews/src/components/dataviews/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -83,18 +83,13 @@
color: var(--wp-admin-theme-color);
}
}

&.dataviews-view-grid__primary-field--clickable span,
> .dataviews-view-table__cell-content--clickable span {
color: $gray-900;

&:hover {
color: var(--wp-admin-theme-color);
}
@include link-reset();
}
}

.dataviews-primary-field--clickable {
cursor: pointer;
color: $gray-800;
&:hover {
color: var(--wp-admin-theme-color);
}
@include link-reset();
}

0 comments on commit db408b0

Please sign in to comment.