Skip to content

Commit

Permalink
fix: do not override SearchField styles
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorrusakov committed Oct 6, 2023
1 parent d4e4fa4 commit ab6c8df
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions paragon/_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -364,22 +364,6 @@ a.inline-link {
}
}

// Temporary fix for search fields. See https://github.com/edx/brand-edx.org/pull/9#issuecomment-723208124

.pgn__searchfield {
border-radius: 0 !important;
.btn {
background: $input-bg;
display: flex;
}
&.has-focus {
.btn {
background: $input-focus-bg;
}
border-color: $input-focus-border-color !important;
}
}

// Progress Bar
.progress {
border: $progress-bar-border-width solid $progress-bar-border-color;
Expand Down

0 comments on commit ab6c8df

Please sign in to comment.