From 5bede14f35930a5f04d0813f214306664a5de45f Mon Sep 17 00:00:00 2001 From: rickcole Date: Tue, 31 Mar 2020 15:54:31 +0800 Subject: [PATCH] switch disabled style --- scss/components/form/_switch.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/components/form/_switch.scss b/scss/components/form/_switch.scss index 6471ab127..6a906e143 100644 --- a/scss/components/form/_switch.scss +++ b/scss/components/form/_switch.scss @@ -61,6 +61,7 @@ &:before { color: $Switch-onDisabled-color; background-color: $Switch-onDisabled-bgColor; + cursor: not-allowed; } &:after {