Skip to content

Commit

Permalink
all content gets hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslyngsoe committed Nov 19, 2024
1 parent da73cad commit 670434d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/uui-card-user/lib/uui-card-user.element.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,9 +141,11 @@ export class UUICardUserElement extends UUICardElement {
pointer-events: none;
}
#open-part:hover #content {
color: var(--uui-color-interactive-emphasis);
}
#open-part:hover #content > span {
text-decoration: underline;
color: var(--uui-color-interactive-emphasis);
}
:host([selectable]) #open-part {
Expand Down

0 comments on commit 670434d

Please sign in to comment.