mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
css: Use SCSS nesting for nav.white ul.
This commit is contained in:
parent
f4f99e7ca6
commit
3a81099972
@ -225,8 +225,14 @@ nav.white li {
|
||||
}
|
||||
}
|
||||
|
||||
nav.white ul li.active::after {
|
||||
color: hsl(0, 0%, 27%);
|
||||
nav.white ul {
|
||||
li {
|
||||
&.active {
|
||||
&::after {
|
||||
color: hsl(0, 0%, 27%);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
nav.white .brand.logo {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user