Skip to content

Commit

Permalink
[MM-35092] - Sidebar opacity fixes (mattermost#8116)
Browse files Browse the repository at this point in the history
Co-authored-by: Nevyana Angelova <[email protected]>
  • Loading branch information
nevyangelova and Nevyana Angelova committed May 24, 2021
1 parent f6bf926 commit 299ec22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sass/layout/_sidebar-left.scss
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@
text-decoration: none;
padding: 7px 16px 7px 14px;
display: flex;
color: rgba(var(--sidebar-text-rgb), 0.6);
color: rgba(var(--sidebar-text-rgb), 0.72);
align-items: center;
margin-right: 0;
width: 240px;
Expand Down Expand Up @@ -1069,6 +1069,7 @@
}

.SidebarChannel.unread .SidebarChannelLinkLabel,
.SidebarChannel.unread .SidebarLink > i,
.SidebarChannel.unread .SidebarLink:hover .SidebarChannelLinkLabel {
font-weight: 600;
color: var(--sidebar-unread-text);
Expand Down

0 comments on commit 299ec22

Please sign in to comment.