From e68384349a47602b209f34a13e2a6a68e7b1b46f Mon Sep 17 00:00:00 2001 From: thislight Date: Thu, 31 Oct 2024 22:34:45 +0800 Subject: [PATCH] BottomSheet: remove starting-style --- src/material/BottomSheet.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/material/BottomSheet.css b/src/material/BottomSheet.css index f65274f..5dbd799 100644 --- a/src/material/BottomSheet.css +++ b/src/material/BottomSheet.css @@ -85,9 +85,3 @@ } } } - -@starting-style { - .BottomSheet::backdrop { - background: transparent; - } -}