Skip to content

Commit

Permalink
fix: made cursors consistent: for now use pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
YourivHDenHaag committed Oct 10, 2023
1 parent d649c76 commit 3339f37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Tab/src/styles/_tab.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
font-family: var(--denhaag-tabs-tab-font-family);
line-height: var(--denhaag-tabs-tab-line-height);
position: relative;
cursor: var(--denhaag-tabs-tab-cursor, default);
cursor: var(--denhaag-tabs-tab-cursor, pointer);
}

.denhaag-tabs__tab:hover {
Expand Down
2 changes: 1 addition & 1 deletion proprietary/Components/src/denhaag/tabs.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"tab": {
"background-color": { "value": "{denhaag.color.white}" },
"color": { "value": "{denhaag.color.grey.4}" },
"cursor": { "value": "default" },
"cursor": { "value": "pointer" },
"font-weight": { "value": "{denhaag.typography.weight.regular}" },
"font-size": { "value": "{denhaag.typography.scale.base.font-size}" },
"font-family": { "value": "{denhaag.typography.sans-serif.font-family}" },
Expand Down

1 comment on commit 3339f37

@vercel
Copy link

@vercel vercel bot commented on 3339f37 Oct 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.