Skip to content

Commit

Permalink
Fix gap in info icon coloring
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanLeRoy committed Oct 23, 2024
1 parent 95451c0 commit c190856
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
font-size: 10px;
}

.desktop-menu-item:hover > div, .desktop-menu-item:hover .info-button {
.desktop-menu-item:hover > div, .desktop-menu-item:hover .info-button, .desktop-menu-item:hover .info-button i {
background-color: var(--highlight-background-color);
color: var(--highlight-text-color);
}
Expand Down

0 comments on commit c190856

Please sign in to comment.