From deaacada5da55be752fc1b8438b49165586289c9 Mon Sep 17 00:00:00 2001 From: mryunt02 Date: Wed, 16 Oct 2024 18:53:46 +0300 Subject: [PATCH] feat(switch): update cursor style to not-allowed when disabled --- src/components/switch/bl-switch.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/switch/bl-switch.css b/src/components/switch/bl-switch.css index 8d821082..afc2aef2 100644 --- a/src/components/switch/bl-switch.css +++ b/src/components/switch/bl-switch.css @@ -79,6 +79,7 @@ label { :host([disabled]) .switch { opacity: 0.5; + cursor: not-allowed; } :host([disabled]) {