Skip to content

Commit c53d933

Browse files
committed
Round sidecar link corners on hover
1 parent 869d104 commit c53d933

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/sidecar/sidecar-style.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
}
3131

3232
&:hover {
33+
border-top-left-radius: 3px;
34+
border-bottom-left-radius: 3px;
3335
color: getColor(white);
3436
}
3537
}

0 commit comments

Comments
 (0)