css: Use SCSS nesting for '.show-all-streams'.

This commit is contained in:
shubhamgupta2956 2020-03-20 07:00:11 +05:30 committed by Tim Abbott
parent 18d7036eb6
commit 85e151cc38
1 changed files with 7 additions and 5 deletions

View File

@ -454,12 +454,14 @@ li.expanded_private_message a {
margin: 1px 0px;
}
.show-all-streams a {
color: hsl(0, 0%, 20%);
}
.show-all-streams {
a {
color: hsl(0, 0%, 20%);
}
.show-all-streams .fa-chevron-left {
text-decoration: none;
.fa-chevron-left {
text-decoration: none;
}
}
.pm-box,