Skip to content

Commit

Permalink
Remove button-like behavior from VeryGenericIndicator
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl committed Nov 23, 2023
1 parent 9f05d86 commit ff06bd6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/mini-widgets/VeryGenericIndicator.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<template>
<div
class="flex items-center justify-center h-12 py-1 text-white transition-all cursor-pointer w-fit hover:bg-slate-100/20"
>
<div class="flex items-center justify-center h-12 py-1 text-white transition-all w-fit">
<span class="relative w-[2rem] mdi icon-symbol" :class="[miniWidget.options.iconName]"></span>
<div class="flex flex-col items-start justify-center mx-1 select-none w-fit min-w-[3rem]">
<div>
Expand Down

0 comments on commit ff06bd6

Please sign in to comment.