Skip to content

Commit

Permalink
fix: hover for danger button (#2844)
Browse files Browse the repository at this point in the history
  • Loading branch information
khudym authored Dec 8, 2023
1 parent adb5831 commit 962d007
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,14 +91,6 @@
&.pgn__searchfield--external {
border: none;

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

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

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

Expand All @@ -113,14 +105,6 @@
height: 100%;
}
}

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

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

Expand Down

0 comments on commit 962d007

Please sign in to comment.