Only show pointer cursor for enabled switches

pull/21833/head
J. Ryan Stinnett 2021-07-09 17:56:16 +01:00
parent ff7f3f47be
commit 201b7f193c
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ limitations under the License.
background-color: $togglesw-off-color; background-color: $togglesw-off-color;
opacity: 0.5; opacity: 0.5;
cursor: unset;
} }
.mx_ToggleSwitch_enabled { .mx_ToggleSwitch_enabled {