Skip to content

Commit

Permalink
Conditional for hover state (#2789)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwallacespeckle authored Aug 28, 2024
1 parent c8cdb35 commit be1fa9a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<div class="flex flex-col">
<div
v-if="title"
class="h-8 flex items-center justify-between select-none hover:bg-highlight-1 rounded-md"
class="h-8 flex items-center justify-between select-none rounded-md"
:class="collapsible && 'hover:bg-highlight-1'"
>
<button
v-if="collapsible"
Expand Down

0 comments on commit be1fa9a

Please sign in to comment.