mirror of
https://github.com/zulip/zulip.git
synced 2025-10-30 19:43:47 +00:00
css: Use SCSS nesting for nav.white li.
This commit is contained in:
committed by
Tim Abbott
parent
96db3fa650
commit
f4f99e7ca6
@@ -217,10 +217,12 @@ nav.white {
|
||||
background-color: hsl(0, 0%, 100%);
|
||||
}
|
||||
|
||||
nav.white li a,
|
||||
nav.white li a:hover,
|
||||
nav.white li a:visited {
|
||||
color: hsl(0, 0%, 27%);
|
||||
nav.white li {
|
||||
a,
|
||||
a:hover,
|
||||
a:visited {
|
||||
color: hsl(0, 0%, 27%);
|
||||
}
|
||||
}
|
||||
|
||||
nav.white ul li.active::after {
|
||||
|
||||
Reference in New Issue
Block a user