Skip to content

Commit

Permalink
Fix histogram facet style
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Jul 27, 2022
1 parent 1640c23 commit a39fdd1
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions src/SearchBlock/less/dropdown-filterlist.less
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@
font-size: 16px;
}

.menu {
padding: 1em;

.histogram-facet {
width: 350px;
}

.ui.button {
margin-top: 1em;
}
}

.icon.chevron {
position: relative;
top: -1px;
Expand All @@ -16,6 +28,10 @@
}
}

.histogram-facet {
padding-bottom: 2em;
}

.horizontal-dropdown-facets {
.dropdown-facet {
display: inline-block;
Expand Down
6 changes: 3 additions & 3 deletions src/SearchBlock/less/facets.less
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,9 @@
outline: none;
}

.sui-facet-search__text-input:focus {
border: 1px solid #3a56e4;
}
// .sui-facet-search__text-input:focus {
// border: 1px solid #3a56e4;
// }

.sui-facet-search {
margin: 0px;
Expand Down

0 comments on commit a39fdd1

Please sign in to comment.