Skip to content

Commit

Permalink
Refs #140559 - Fix on click to work on the entire button, not only th…
Browse files Browse the repository at this point in the history
…e icon.
  • Loading branch information
GhitaB committed Oct 25, 2021
1 parent 14533e6 commit e053301
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/SearchBlock/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -340,11 +340,13 @@ div#page-document {
margin-top: auto;
margin-left: auto;

div.button.show-extra-facets {
button.show-extra-facets {
padding: 14px !important;
border: 1px solid @sf-medium-gray;
border: 1px solid @sf-light-gray2;
margin-right: 4px;
background: @sf-light-gray2;
border-radius: 0px;
color: @sf-dark-gray;

i.icon {
margin: 0px;
Expand Down

0 comments on commit e053301

Please sign in to comment.