Skip to content

Commit

Permalink
Change cursor to pointer on tooltip trigger hover
Browse files Browse the repository at this point in the history
  • Loading branch information
CFPBot committed Nov 2, 2024
1 parent baa85ca commit e7a442b
Show file tree
Hide file tree
Showing 17 changed files with 453 additions and 280 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/cfpb-design-system/dist/index.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/cfpb-design-system/dist/index.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/cfpb-design-system/dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/cfpb-design-system/dist/utilities/index.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/cfpb-design-system/dist/utilities/index.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions packages/cfpb-design-system/dist/utilities/index.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,11 @@
}
}

// Hide tooltip trigger elements when JS isn't supported
.no-js [data-tooltip] {
display: none;
[data-tooltip] {
cursor: pointer;

// Hide tooltip trigger elements when JS isn't supported
.no-js & {
display: none;
}
}
Loading

0 comments on commit e7a442b

Please sign in to comment.