fix bolded icon issue (#27222)

This commit is contained in:
Matthew Birtch 2024-06-04 14:23:54 -04:00 committed by GitHub
parent 2bcaa42dc0
commit aa5b8bf549
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -214,10 +214,6 @@ $sidebarOpacityAnimationDuration: 0.15s;
&--untouched {
color: var(--sidebar-unread-text);
font-weight: $font-weight--semibold;
i::before {
font-weight: $font-weight--semibold;
}
}
}
@ -1282,12 +1278,15 @@ $sidebarOpacityAnimationDuration: 0.15s;
}
.SidebarChannel.unread .SidebarChannelLinkLabel,
.SidebarChannel.unread .SidebarLink > i,
.SidebarChannel.unread .SidebarLink:hover .SidebarChannelLinkLabel {
color: var(--sidebar-unread-text);
font-weight: 600;
}
.SidebarChannel.unread .SidebarLink > i {
color: var(--sidebar-unread-text);
}
.SidebarChannel .SidebarLink > i {
display: flex;
margin: 0 6px 0 -2px;