diff --git a/src/components/checkbox/checkbox.scss b/src/components/checkbox/checkbox.scss index 81f66e64..e984c657 100644 --- a/src/components/checkbox/checkbox.scss +++ b/src/components/checkbox/checkbox.scss @@ -35,7 +35,6 @@ padding: 0; margin: 0; pointer-events: none; - -webkit-appearance: none; } .checkbox__icon { diff --git a/src/components/radio/radio.scss b/src/components/radio/radio.scss index 16e961b6..a5a1d799 100644 --- a/src/components/radio/radio.scss +++ b/src/components/radio/radio.scss @@ -46,7 +46,6 @@ padding: 0; margin: 0; pointer-events: none; - -webkit-appearance: none; } } diff --git a/src/components/switch/switch.scss b/src/components/switch/switch.scss index 64f657a5..520a0a76 100644 --- a/src/components/switch/switch.scss +++ b/src/components/switch/switch.scss @@ -53,7 +53,6 @@ padding: 0; margin: 0; pointer-events: none; - -webkit-appearance: none; } }