Skip to content

Commit

Permalink
Merge pull request #281 from KPMP/KPMP-5678_fix_filter_tree
Browse files Browse the repository at this point in the history
KPMP-5678: update styling, fix experimental strat
  • Loading branch information
rlreamy authored Nov 21, 2024
2 parents c7ca68d + ab3bd4d commit cdf69d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SpatialViewer/Facets/AllFacets.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ class AllFacets extends Component {
<AccordionBody accordionId="25">
<Row className="mb-2">
<Col>
<Facet field="experimentalstrategy" label="" filterType="any"
<Facet field="datatype" label="" filterType="any"
view={MultiCheckboxFacet} />
</Col>
</Row>
Expand Down
4 changes: 4 additions & 0 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,10 @@ th[title='Pixels Type'], th[title='Pixels Type'] + td {
padding: 0.5rem 0rem;
}

.accordion-button:not(.inner-accordion .accordion-button) {
background-color: var(--bs-accordion-active-bg);
}

.inner-accordion .accordion-body {
padding: 0rem 1rem;
}
Expand Down

0 comments on commit cdf69d2

Please sign in to comment.