1
0
Fork 0
mirror of synced 2024-06-11 23:15:07 +12:00

Merge pull request #13497 from Budibase/fix-nested-link-contrast

Ensure normal spectrum colors are used for nested links in top navs
This commit is contained in:
Andrew Kingston 2024-04-16 13:02:42 +01:00 committed by GitHub
commit 1ceca21778
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;