Skip to content

Commit

Permalink
Remove obsolete SCSS code for .form-control (#11911)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmavis authored Mar 5, 2024
1 parent b280060 commit 43c7cbe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions source/js/buyers-guide/components/creep-vote/creep-vote.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
6 changes: 0 additions & 6 deletions source/sass/views/youtube-regrets-reporter.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 43c7cbe

Please sign in to comment.