Skip to content

Commit

Permalink
CSS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kreafox committed Sep 8, 2022
1 parent ba72903 commit 8b1bdab
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 34 deletions.
61 changes: 27 additions & 34 deletions src/SearchBlock/less/dropdown-filterlist.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,38 @@
background-color: rgba(249, 249, 249, 0.4) !important;
}

.horizontal-dropdown-facets {
display: flex;
align-items: center;
}

.dropdown-facets-list {
.dropdown-facet {
margin-bottom: 0 !important;
display: inline-block;
margin: 0 0 1em 0;

.ui.dropdown {
position: relative;
.facet-title {
position: relative !important;
display: inline-block;
overflow: hidden;
padding: 0.5em 1em;
margin-bottom: 0;
background-color: white;

> span {
position: relative !important;
display: inline-block;
overflow: hidden;
padding: 0.5em 1em;
margin-bottom: 0;
background-color: white;

// &::after {
// position: absolute;
// bottom: -7px;
// left: 0;
// width: 100%;
// height: 10px;
// background-color: white;
// content: '';
// }
i.icon {
position: relative;
top: 3px;
}

// &::after {
// position: absolute;
// bottom: -7px;
// left: 0;
// width: 100%;
// height: 10px;
// background-color: white;
// content: '';
// }
}

.ui.dropdown {
position: relative;

&.active {
> span {
z-index: 99999 !important;
Expand Down Expand Up @@ -107,13 +108,6 @@
padding-bottom: 2em;
}

.horizontal-dropdown-facets {
.dropdown-facet {
display: inline-block;
// margin: 0 0.8em 1em 0;
}
}

.ui.right.sidebar {
background-color: white;

Expand All @@ -127,7 +121,6 @@
padding: 1em;

.clear-btn {
// padding-bottom: 0.5em;
margin: 0 !important;
color: @blue-5 !important;
}
Expand Down Expand Up @@ -259,7 +252,7 @@

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

Expand Down
1 change: 1 addition & 0 deletions src/SearchBlock/less/searchview.less
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ div#page-document {
.above-right {
display: flex;
justify-content: flex-end;
padding: 0.6em 0;
gap: 1em;
}

Expand Down

0 comments on commit 8b1bdab

Please sign in to comment.