Skip to content

Commit 18d3af2

Browse files
committed
Make the lozenge highlight when the link is hovered.
1 parent 550784d commit 18d3af2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

FrontEnd/styles/package.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,12 @@
175175
background-color: var(--custom-collections-badge-background);
176176
border-radius: 3px;
177177
}
178+
179+
&:hover {
180+
.badge {
181+
background-color: var(--link-highlight);
182+
}
183+
}
178184
}
179185
}
180186
}

0 commit comments

Comments
 (0)