From 7f35114ef7d366eaed06485317aa18c45ddb590b Mon Sep 17 00:00:00 2001 From: Shawn Taylor Date: Mon, 26 Feb 2024 08:50:02 -0500 Subject: [PATCH] change focus state --- core/src/components/checkbox/checkbox.ionic.vars.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/core/src/components/checkbox/checkbox.ionic.vars.scss b/core/src/components/checkbox/checkbox.ionic.vars.scss index 1b0b02c229..517ed4e376 100644 --- a/core/src/components/checkbox/checkbox.ionic.vars.scss +++ b/core/src/components/checkbox/checkbox.ionic.vars.scss @@ -30,9 +30,6 @@ $checkbox-ionic-outline-width: 2px !default; /// @prop - Outline color of the checkbox $checkbox-ionic-outline-color: #9ec4fd !default; -/// @prop - Padding to provide space between the checkbox and label and the outline -$checkbox-ionic-outline-padding: 2px !default; - /// @prop - Transition duration of the checkbox $checkbox-ionic-transition-duration: 180ms !default;