From 201b7f193c215dcad2ab021a7fa75e49279a6373 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Fri, 9 Jul 2021 17:56:16 +0100 Subject: [PATCH] Only show pointer cursor for enabled switches --- res/css/views/elements/_ToggleSwitch.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/css/views/elements/_ToggleSwitch.scss b/res/css/views/elements/_ToggleSwitch.scss index 62669889ee..5fe3cae5db 100644 --- a/res/css/views/elements/_ToggleSwitch.scss +++ b/res/css/views/elements/_ToggleSwitch.scss @@ -24,6 +24,8 @@ limitations under the License. background-color: $togglesw-off-color; opacity: 0.5; + + cursor: unset; } .mx_ToggleSwitch_enabled {