mirror of
https://github.com/discourse/discourse.git
synced 2024-12-01 13:09:33 -06:00
UX: increase contrast of "more" sidebar dropdown (#22044)
This commit is contained in:
parent
124de2ba7c
commit
6e395786bf
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user