diff --git a/css/pico.classless.css b/css/pico.classless.css index 5bc2d36c..bf38f3ae 100644 --- a/css/pico.classless.css +++ b/css/pico.classless.css @@ -577,10 +577,6 @@ textarea { line-height: 1.5; } -/** - * 1. Change the inconsistent appearance in all browsers (opinionated). - * 2. Add typography inheritance in all browsers (opinionated). - */ input { overflow: visible; } diff --git a/css/pico.css b/css/pico.css index c6b98035..963a82b7 100644 --- a/css/pico.css +++ b/css/pico.css @@ -660,10 +660,6 @@ textarea { line-height: 1.5; } -/** - * 1. Change the inconsistent appearance in all browsers (opinionated). - * 2. Add typography inheritance in all browsers (opinionated). - */ input { overflow: visible; } diff --git a/css/pico.fluid.classless.css b/css/pico.fluid.classless.css index 62cecc36..37ba856b 100644 --- a/css/pico.fluid.classless.css +++ b/css/pico.fluid.classless.css @@ -573,10 +573,6 @@ textarea { line-height: 1.5; } -/** - * 1. Change the inconsistent appearance in all browsers (opinionated). - * 2. Add typography inheritance in all browsers (opinionated). - */ input { overflow: visible; } diff --git a/css/pico.slim.css b/css/pico.slim.css index 73980d7f..6d2f6e0c 100644 --- a/css/pico.slim.css +++ b/css/pico.slim.css @@ -598,10 +598,6 @@ textarea { line-height: 1.5; } -/** - * 1. Change the inconsistent appearance in all browsers (opinionated). - * 2. Add typography inheritance in all browsers (opinionated). - */ input { overflow: visible; } diff --git a/scss/content/_form.scss b/scss/content/_form.scss index 0edbf1a2..d6d1d08e 100644 --- a/scss/content/_form.scss +++ b/scss/content/_form.scss @@ -21,11 +21,6 @@ textarea { line-height: $line-height; // 1 } -/** - * 1. Change the inconsistent appearance in all browsers (opinionated). - * 2. Add typography inheritance in all browsers (opinionated). - */ - // Show the overflow in IE. input { overflow: visible;