UX: increase contrast of "more" sidebar dropdown (#22044)

This commit is contained in:
Kris 2023-06-09 12:38:44 -04:00 committed by GitHub
parent 124de2ba7c
commit 6e395786bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,8 @@
.sidebar-more-section-links-details-content {
background-color: var(--d-sidebar-background);
transition: background-color 0.25s;
box-shadow: shadow("dropdown");
box-shadow: shadow("card");
border: 1px solid var(--primary-low);
margin: 0 calc(var(--d-sidebar-row-horizontal-padding) * 2 / 3);
.sidebar-row {