Skip to content

Commit

Permalink
fix: use consistent active navigation icon
Browse files Browse the repository at this point in the history
Signed-off-by: Cleopatra Enjeck M <patrathewhiz@gmail.com>
  • Loading branch information
enjeck committed Jul 12, 2024
1 parent 6a22984 commit 1af8692
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/modules/navigation/partials/NavigationTableItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,10 @@ export default {
</script>
<style lang="scss">
.app-navigation-entry.active .icon-share {
background-image: var(--icon-share-white);
}
.app-navigation-entry__counter-wrapper {
button.action-button {
padding-right: 0;
Expand Down

0 comments on commit 1af8692

Please sign in to comment.