diff --git a/core/src/components/checkbox/checkbox.scss b/core/src/components/checkbox/checkbox.scss index 69c38198d3..99fd5f6f22 100644 --- a/core/src/components/checkbox/checkbox.scss +++ b/core/src/components/checkbox/checkbox.scss @@ -30,7 +30,7 @@ display: inline-block; position: relative; - + cursor: pointer; user-select: none; @@ -59,7 +59,7 @@ @include input-cover(); display: flex; - + align-items: center; opacity: 0; @@ -72,8 +72,8 @@ align-items: center; - height: 100%; - + height: inherit; + cursor: inherit; } diff --git a/core/src/components/input/input.scss b/core/src/components/input/input.scss index bcbd5f0f07..3d3308b9ce 100644 --- a/core/src/components/input/input.scss +++ b/core/src/components/input/input.scss @@ -285,7 +285,7 @@ align-items: stretch; - height: 100%; + height: inherit; min-height: inherit; diff --git a/core/src/components/radio/radio.scss b/core/src/components/radio/radio.scss index 34eafa25f0..d303c18034 100644 --- a/core/src/components/radio/radio.scss +++ b/core/src/components/radio/radio.scss @@ -85,7 +85,7 @@ input { align-items: center; - height: 100%; + height: inherit; min-height: inherit; diff --git a/core/src/components/range/range.scss b/core/src/components/range/range.scss index 0c5ffca854..58c0ae215d 100644 --- a/core/src/components/range/range.scss +++ b/core/src/components/range/range.scss @@ -186,7 +186,7 @@ align-items: center; - height: 100%; + height: inherit; } // Range Label diff --git a/core/src/components/select/select.scss b/core/src/components/select/select.scss index 6423398941..4e5cd5ce51 100644 --- a/core/src/components/select/select.scss +++ b/core/src/components/select/select.scss @@ -191,7 +191,7 @@ button { align-items: center; - height: 100%; + height: inherit; /** * This allows developers to set the height diff --git a/core/src/components/toggle/toggle.scss b/core/src/components/toggle/toggle.scss index 10b1164d0c..709a5a14d9 100644 --- a/core/src/components/toggle/toggle.scss +++ b/core/src/components/toggle/toggle.scss @@ -83,7 +83,7 @@ input { align-items: center; - height: 100%; + height: inherit; transition: background-color 15ms linear;