UX: sidebar "more" icon color fix (#31017)

Currently the vertical ellipsis is slightly darker than other sidebar
icons

Before: 

![image](https://github.com/user-attachments/assets/46f58bf0-681b-480a-b290-3ff1062a8c72)


After: 

![image](https://github.com/user-attachments/assets/5f84fa6b-111f-48c5-a501-c8cd2599dac7)
This commit is contained in:
Kris 2025-01-27 13:47:45 -05:00 committed by GitHub
parent 19aed18d4f
commit 85344b4b07
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,4 +8,8 @@
.sidebar-more-section-trigger {
justify-content: flex-start;
.d-icon {
color: var(--d-sidebar-link-icon-color);
}
}