Last active
August 13, 2022 17:15
-
-
Save ajaxray/d0d7413c475a8e510f590e3095fdc2ff to your computer and use it in GitHub Desktop.
Make active/inactive status of simple filters clear and vivid (backpackforlaravel.com)
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
#bp-filters-navbar .nav-item[filter-type="simple"]:not(.active) a:before { | |
content: '️️️⬜️ ' | |
} | |
#bp-filters-navbar .nav-item[filter-type="simple"].active a:before { | |
content: '️️️✅️ ' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A few seconds of screencast: https://share.cleanshot.com/bgOIXBHlO2yW4dfDnetS