Skip to content

Commit

Permalink
CSS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Sep 7, 2022
1 parent 5d4cb0e commit d9b1573
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions src/SearchBlock/less/dropdown-filterlist.less
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,17 @@
}

.match-select {
padding: 5px;
border: 0.5px solid #c4c4c4;
padding: 5px 0;
border: none;
margin: 0;
background-color: transparent;
border-radius: 3px;
font-size: 80%;

&:focus,
&:focus-visible {
border: none;
outline: none;
}
}
}

Expand All @@ -246,7 +252,7 @@
.horizontal-dropdown-facets {
.dropdown-facet {
display: inline-block;
margin: 0 0.8em 1em 0;
// margin: 0 0.8em 1em 0;
}
}

Expand Down Expand Up @@ -373,8 +379,7 @@

.ui.button.sui-button {
padding: 0;
margin: 0;
margin-right: 1.5em;
margin: 0 1em;
color: @secondaryColor !important;
font-weight: 600;

Expand Down

0 comments on commit d9b1573

Please sign in to comment.