From fe7f63c74154f9ced75e28e7f8e27d344fbd4fc0 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 6471ab12..6a906e14 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 {