Skip to content

Commit

Permalink
Remove unused no-highlight class, since item is a button
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Dec 19, 2024
1 parent 15115ff commit c159aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/ActivityBar/ActivitySettings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function executeActivity(activity: Activity) {
</script>

<template>
<div class="no-highlight">
<div>
<div v-if="foundActivities">
<button
v-for="activity in filteredActivities"
Expand Down

0 comments on commit c159aa4

Please sign in to comment.