Skip to content

Commit

Permalink
🐛 Fixed Expandable row cursor (#3462)
Browse files Browse the repository at this point in the history
  • Loading branch information
KenAJoh authored Dec 17, 2024
1 parent 06193ae commit a82126b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/funny-rivers-glow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@navikt/ds-css": patch
---

Table: :fire: Removed cursor 'pointer' when 'ExpandableRow' is disabled.
2 changes: 1 addition & 1 deletion @navikt/core/css/table.css
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
transition: transform 150ms ease-in-out;
}

.navds-table__toggle-expand-cell:hover {
.navds-table__expandable-row:not(.navds-table__expandable-row--expansion-disabled) .navds-table__toggle-expand-cell:hover {
cursor: pointer;
}

Expand Down

0 comments on commit a82126b

Please sign in to comment.