mirror of https://github.com/zulip/zulip.git
css: Use SCSS nesting for '.show-all-streams'.
This commit is contained in:
parent
18d7036eb6
commit
85e151cc38
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue