Skip to content

Commit 485d52e

Browse files
committed
light up when hovering anywhere on the button
1 parent 4c93e6c commit 485d52e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/components/DocsCategoryDropdown/styles.module.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,14 @@
185185
border-radius: 10px;
186186
}
187187

188+
.docsNavMenuItem:hover .docsNavItemTitle {
189+
color: yellow !important;
190+
}
191+
192+
[data-theme="dark"] .docsNavMenuItem:hover .docsNavItemTitle {
193+
color: yellow !important;
194+
}
195+
188196
[data-theme="dark"] .docsNavMenuItem:hover {
189197
background-color: #272725;
190198
}

0 commit comments

Comments
 (0)