Merged in fix/LOY-454-shortcuts-border-radius (pull request #3085)
fix(LOY-454): add border-radius to last link item * fix(LOY-454): add border-radius to last link item Approved-by: Emma Zettervall Approved-by: Chuma Mcphoy (We Ahead)
This commit is contained in:
@@ -16,3 +16,7 @@
|
|||||||
.link {
|
.link {
|
||||||
color: var(--Text-Interactive-Default);
|
color: var(--Text-Interactive-Default);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.listItem:last-child .link {
|
||||||
|
border-radius: 0 0 var(--Corner-radius-md) var(--Corner-radius-md);
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user