diff --git a/src/components/LeftSidebar/LeftSidebar.vue b/src/components/LeftSidebar/LeftSidebar.vue index b258e82f01d..68807a21ad4 100644 --- a/src/components/LeftSidebar/LeftSidebar.vue +++ b/src/components/LeftSidebar/LeftSidebar.vue @@ -1031,16 +1031,6 @@ export default { overflow-y: auto !important; overflow-x: hidden !important; padding: 0; - - // FIXME upstream: subname color was dropped - :deep(.list-item-content__subname) { - color: var(--color-text-maxcontrast); - } - - :deep(.list-item-content__name), - :deep(.list-item-content__subname--bold) { - font-weight: 500; - } } .unread-mention-button {