diff --git a/source/js/buyers-guide/components/creep-vote/creep-vote.scss b/source/js/buyers-guide/components/creep-vote/creep-vote.scss index 094bb782eea..4e065fa6b97 100644 --- a/source/js/buyers-guide/components/creep-vote/creep-vote.scss +++ b/source/js/buyers-guide/components/creep-vote/creep-vote.scss @@ -38,12 +38,6 @@ font-style: italic; } - .form-control { - color: $black; - border-color: $black; - background-color: transparent; - } - .btn-dismiss { @include hover-focus-active { background-color: $gray-60; diff --git a/source/sass/views/youtube-regrets-reporter.scss b/source/sass/views/youtube-regrets-reporter.scss index df399d6715b..803fd10611b 100644 --- a/source/sass/views/youtube-regrets-reporter.scss +++ b/source/sass/views/youtube-regrets-reporter.scss @@ -201,12 +201,6 @@ } } - .form-control { - border: 0; - border-bottom: 2px solid $youtube-regrets-red; - background: none; - } - .tw-btn-primary { background: transparent; color: $youtube-regrets-red;