Skip to content

Commit 2871702

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

FrontEnd/styles/package.scss

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

0 commit comments

Comments
 (0)