diff --git a/app/webpacker/css/admin_v3/all.scss b/app/webpacker/css/admin_v3/all.scss index 0f48247044..e83df91661 100644 --- a/app/webpacker/css/admin_v3/all.scss +++ b/app/webpacker/css/admin_v3/all.scss @@ -122,8 +122,6 @@ @import "../shared/question-mark-icon"; @import "../admin/question-mark-tooltip"; -@import "v3_overrides"; // admin_v3 - @import "~tom-select/src/scss/tom-select.default"; @import "components/tom_select"; // admin_v3 diff --git a/app/webpacker/css/admin_v3/shared/forms.scss b/app/webpacker/css/admin_v3/shared/forms.scss index df04d3f070..b9abfd6068 100644 --- a/app/webpacker/css/admin_v3/shared/forms.scss +++ b/app/webpacker/css/admin_v3/shared/forms.scss @@ -33,7 +33,6 @@ textarea { label { font-weight: 600; - text-transform: uppercase; font-size: 85%; margin-bottom: 3px; color: $near-black; @@ -145,7 +144,6 @@ fieldset { color: $color-2; font-size: 14px; font-weight: 600; - text-transform: uppercase; text-align: center; padding: 8px 15px; margin: 0 auto; diff --git a/app/webpacker/css/admin_v3/v3_overrides.scss b/app/webpacker/css/admin_v3/v3_overrides.scss deleted file mode 100644 index 99b631be0f..0000000000 --- a/app/webpacker/css/admin_v3/v3_overrides.scss +++ /dev/null @@ -1,11 +0,0 @@ -// Temporary location for some overrides, to avoid having to branch a whole file - -// Prevent uppercase -fieldset legend, -label, -input[type=submit], -input[type=button], -button, -.button { - text-transform: inherit !important; -}