Skip to content

Commit

Permalink
Update src/components/NcListItem/NcListItem.vue
Browse files Browse the repository at this point in the history
Co-authored-by: Grigorii K. Shartsev <me@shgk.me>
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux and ShGKme authored Feb 2, 2024
1 parent 18248dc commit 1568a13
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/NcListItem/NcListItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,8 @@
<li class="list-item__wrapper"
:class="{ 'list-item__wrapper--active' : isActive || active }">
<div ref="list-item"
:class="['list-item', {
'list-item--compact': compact,
}]"
class="list-item"
:class="{ 'list-item--compact': compact }"
@mouseover="handleMouseover"
@mouseleave="handleMouseleave">
<a :id="anchorId || undefined"
Expand Down

0 comments on commit 1568a13

Please sign in to comment.