mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
fix bolded icon issue (#27222)
This commit is contained in:
parent
2bcaa42dc0
commit
aa5b8bf549
@ -214,10 +214,6 @@ $sidebarOpacityAnimationDuration: 0.15s;
|
|||||||
&--untouched {
|
&--untouched {
|
||||||
color: var(--sidebar-unread-text);
|
color: var(--sidebar-unread-text);
|
||||||
font-weight: $font-weight--semibold;
|
font-weight: $font-weight--semibold;
|
||||||
|
|
||||||
i::before {
|
|
||||||
font-weight: $font-weight--semibold;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -1282,12 +1278,15 @@ $sidebarOpacityAnimationDuration: 0.15s;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.SidebarChannel.unread .SidebarChannelLinkLabel,
|
.SidebarChannel.unread .SidebarChannelLinkLabel,
|
||||||
.SidebarChannel.unread .SidebarLink > i,
|
|
||||||
.SidebarChannel.unread .SidebarLink:hover .SidebarChannelLinkLabel {
|
.SidebarChannel.unread .SidebarLink:hover .SidebarChannelLinkLabel {
|
||||||
color: var(--sidebar-unread-text);
|
color: var(--sidebar-unread-text);
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.SidebarChannel.unread .SidebarLink > i {
|
||||||
|
color: var(--sidebar-unread-text);
|
||||||
|
}
|
||||||
|
|
||||||
.SidebarChannel .SidebarLink > i {
|
.SidebarChannel .SidebarLink > i {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin: 0 6px 0 -2px;
|
margin: 0 6px 0 -2px;
|
||||||
|
Loading…
Reference in New Issue
Block a user