Skip to content

Commit

Permalink
project overview: fix secondary filter button having the wrong color …
Browse files Browse the repository at this point in the history
…on small screens
  • Loading branch information
goapunk authored and hom3mad3 committed Apr 18, 2024
1 parent 2aa4113 commit 3aa855b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog/5600.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### Fixed

- fix secondary filter button having the wrong color on small devices
2 changes: 1 addition & 1 deletion meinberlin/apps/plans/assets/FilterNav.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ class FilterNav extends React.Component {
{!this.props.linkUrl &&
<button
onClick={this.showSecondaryFilters.bind(this)}
className="u-spacer-top btn btn--small btn--light btn--full u-spacer-bottom filter-bar__btn--light"
className="u-spacer-top btn btn--small btn--full u-spacer-bottom filter-bar__btn--light"
aria-haspopup="true"
aria-expanded={this.state.displaySecondaryFilters}
>
Expand Down

0 comments on commit 3aa855b

Please sign in to comment.