From 857f143a9251a9e222780dd216e25846b43df86c Mon Sep 17 00:00:00 2001 From: Andrew Duthie Date: Tue, 30 May 2023 10:26:02 -0400 Subject: [PATCH] Remove styles associated with numeric input fields changelog: Internal, Performance, Reduce size of application stylesheet in critical path --- app/assets/stylesheets/components/_form.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/assets/stylesheets/components/_form.scss b/app/assets/stylesheets/components/_form.scss index 0fdf077318b..c7f632191e4 100644 --- a/app/assets/stylesheets/components/_form.scss +++ b/app/assets/stylesheets/components/_form.scss @@ -1,11 +1,5 @@ @use 'uswds-core' as *; -input::-webkit-outer-spin-button, -input::-webkit-inner-spin-button { - -webkit-appearance: none; - margin: 0; -} - // =============================================== // Pending upstream Login Design System revisions: // ===============================================