From cafbf2bef48de890f305ea2af5784c7b03327257 Mon Sep 17 00:00:00 2001 From: neverland Date: Sun, 25 Jul 2021 11:00:23 +0800 Subject: [PATCH] style(Toast): improve unclickable cursor (#9116) --- src/toast/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/toast/index.less b/src/toast/index.less index 1f37f5b82..d0a71d94d 100644 --- a/src/toast/index.less +++ b/src/toast/index.less @@ -46,6 +46,7 @@ &--unclickable { // lock scroll overflow: hidden; + cursor: not-allowed; // should not add pointer-events: none directly to body tag // that will cause unexpected tap-highlight-color in mobile safari