From a98d38fa25eaac7ec2c8b87c7cb870546f2aac16 Mon Sep 17 00:00:00 2001 From: Tim Date: Wed, 30 Oct 2024 10:23:21 +0100 Subject: [PATCH] fix(BottomSheet): remove chrome mobile highlight color for backdrop --- src/common/BottomSheet/BottomSheet.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/BottomSheet/BottomSheet.less b/src/common/BottomSheet/BottomSheet.less index b159242d0..3a67cba33 100644 --- a/src/common/BottomSheet/BottomSheet.less +++ b/src/common/BottomSheet/BottomSheet.less @@ -23,6 +23,7 @@ opacity: 0.8; transition: opacity 0.1s ease-out; cursor: pointer; + -webkit-tap-highlight-color: transparent; } .container {