Skip to content

Commit

Permalink
fix: Fix cursor styling on tooltip headers
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-plummer committed Jun 10, 2022
1 parent 54a08ad commit 3c33a6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/app/src/specs/LastUpdatedHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:is-interactive="true"
>
<div
class="decoration-dotted underline underline-gray-300 underline-offset-4"
class="cursor-default decoration-dotted underline underline-gray-300 underline-offset-4"
tabindex="0"
data-cy="last-updated-header"
>
Expand Down
2 changes: 1 addition & 1 deletion packages/app/src/specs/SpecHeaderCloudDataTooltip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
:is-interactive="true"
>
<div
class="decoration-dotted underline underline-gray-300 underline-offset-4"
class="cursor-default decoration-dotted underline underline-gray-300 underline-offset-4"
tabindex="0"
>
{{ headerText }}
Expand Down

0 comments on commit 3c33a6b

Please sign in to comment.