fix(labs): card content not clickable with outline fix

Fixes #5312

PiperOrigin-RevId: 592594621
This commit is contained in:
Elizabeth Mitchell 2023-12-20 10:19:59 -08:00 committed by Copybara-Service
parent 50a9ffae46
commit 9c5cff8f90

View File

@ -23,6 +23,7 @@
.outline {
border-radius: inherit;
inset: 0;
pointer-events: none;
position: absolute;
}