Skip to content

Commit

Permalink
design fix for filters
Browse files Browse the repository at this point in the history
mrmegatelo committed Dec 10, 2024
1 parent 5f76db4 commit 929765e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions feed/static/feed/styles/main.css
Original file line number Diff line number Diff line change
@@ -920,6 +920,12 @@ a:hover {

.feed-filters-item__checkbox {
display: none;

&:checked {
& + .button--primary {
background-color: var(--color-orange-100);
}
}
}

.input {

0 comments on commit 929765e

Please sign in to comment.