-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Events: Add indicator that filter is applied.
- Loading branch information
1 parent
d6079d2
commit f9a9d7d
Showing
3 changed files
with
45 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 6 additions & 0 deletions
6
public_html/wp-content/themes/wporg-events-2023/postcss/blocks/wporg-query-filter.pcss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
|
||
/* Until we move to multi-select we should show the count so users know there is a filter applied. */ | ||
.wporg-query-filter__toggle.has-no-filter-applied span, | ||
.wporg-query-filter__toggle.is-single-select span { | ||
display: inline-block; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,3 +18,4 @@ | |
|
||
/* Blocks */ | ||
@import "blocks/wporg-google-map.pcss"; | ||
@import "blocks/wporg-query-filter.pcss"; |