Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Zewed committed May 20, 2024
1 parent 890750d commit 106885d
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
border-radius: Radius.$small;

.knowledge_item_wrapper {
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
Expand All @@ -21,8 +20,17 @@
@include Typography.EllipsisOverflow;
}

.icon_wrapper {
visibility: hidden;
}

&:hover {
background-color: var(--background-1);

.icon_wrapper {
visibility: visible;
cursor: pointer;
}
}
}

Expand Down

0 comments on commit 106885d

Please sign in to comment.