Skip to content

Commit

Permalink
fix: remove overrides for btn-primary btn-brand
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyrylo Hudym-Levkovych authored and Kyrylo Hudym-Levkovych committed Oct 6, 2023
1 parent 5819731 commit 4e94cdc
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/SearchField/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,22 +91,6 @@
&.pgn__searchfield--external {
border: none;

.btn-primary {
background: map-get($search-btn-variants, "light");

&:hover {
background: darken(map-get($search-btn-variants, "light"), 7.5%);
}
}

.btn-brand {
background: map-get($search-btn-variants, "dark");

&:hover {
background: darken(map-get($search-btn-variants, "dark"), 7.5%);
}
}

&.has-focus {
box-shadow: none;

Expand Down

0 comments on commit 4e94cdc

Please sign in to comment.