Skip to content

Commit

Permalink
Merge pull request #77 from viktorrusakov/vrusakov/fix-search-field
Browse files Browse the repository at this point in the history
[BD-46] fix: do not override `SearchField` styles
  • Loading branch information
MichaelRoytman committed Jun 4, 2024
2 parents d4e4fa4 + ab6c8df commit c051498
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 c051498

Please sign in to comment.