Skip to content

Commit

Permalink
Make clear option have less visual weight
Browse files Browse the repository at this point in the history
  • Loading branch information
carlobeltrame committed Nov 11, 2022
1 parent b0c7047 commit 8cb5b01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/dashboard/SelectFilter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
</template>
<v-list dense>
<v-list-item dense color="primary" @click.prevent="clear()">
<v-list-item-title class="d-flex">
<v-list-item-title class="d-flex align-center grey--text text--darken-1">
<span class="flex-grow-1">{{
$tc('components.dashboard.selectFilter.clear')
}}</span>
<v-icon right>mdi-close</v-icon>
<v-icon right class="d-flex grey--text">mdi-close</v-icon>
</v-list-item-title>
</v-list-item>
<v-list-item
Expand Down

0 comments on commit 8cb5b01

Please sign in to comment.