Skip to content

Commit

Permalink
fix(labs): card content not clickable with outline fix
Browse files Browse the repository at this point in the history
Fixes #5312

PiperOrigin-RevId: 592594621
  • Loading branch information
asyncLiz authored and Copybara-Service committed Dec 20, 2023
1 parent 50a9ffa commit 9c5cff8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions labs/card/internal/_shared.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
.outline {
border-radius: inherit;
inset: 0;
pointer-events: none;
position: absolute;
}

Expand Down

0 comments on commit 9c5cff8

Please sign in to comment.