Skip to content

Commit 232bb7b

Browse files
PavelLaptevgitbutler-client
authored andcommitted
style: add hover effect to collapsed lane arrow icon
1 parent 5fa16a2 commit 232bb7b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

gitbutler-ui/src/lib/components/BranchHeader.svelte

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,13 @@
474474
cursor: grab;
475475
transform: rotate(90deg);
476476
margin-bottom: var(--space-4);
477+
opacity: 0.4;
478+
transition: opacity var(--transition-fast);
479+
color: var(--clr-theme-scale-ntrl-0);
480+
481+
&:hover {
482+
opacity: 1;
483+
}
477484
}
478485
479486
.collapsed-lane__info {

0 commit comments

Comments
 (0)