1
0
Fork 0
mirror of synced 2024-10-01 01:28:51 +13:00

Ensure normal spectrum colors are used for nested links in top navs

This commit is contained in:
Andrew Kingston 2024-04-16 10:41:11 +01:00
parent 5614c040ea
commit 128596cd41

View file

@ -157,6 +157,11 @@
width: 100%;
}
/* Use normal theme colors for links when using a top nav */
.dropdown:not(.left) .sublinks a {
color: var(--spectrum-alias-text-color);
}
/* Left dropdowns */
.dropdown.left .sublinks-wrapper {
display: none;