mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
css: Use SCSS nesting for nav.white .brand.logo.
This commit is contained in:
committed by
Tim Abbott
parent
70a025d08d
commit
96db3fa650
@@ -227,17 +227,19 @@ nav.white ul li.active::after {
|
|||||||
color: hsl(0, 0%, 27%);
|
color: hsl(0, 0%, 27%);
|
||||||
}
|
}
|
||||||
|
|
||||||
nav.white .brand.logo span {
|
nav.white .brand.logo {
|
||||||
color: hsl(0, 0%, 27%);
|
span {
|
||||||
}
|
color: hsl(0, 0%, 27%);
|
||||||
|
}
|
||||||
|
|
||||||
nav.white .brand-logo circle {
|
circle {
|
||||||
fill: hsl(0, 0%, 27%) !important;
|
fill: hsl(0, 0%, 27%) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav.white .brand-logo path {
|
path {
|
||||||
fill: hsl(0, 0%, 100%) !important;
|
fill: hsl(0, 0%, 100%) !important;
|
||||||
stroke: hsl(0, 0%, 100%) !important;
|
stroke: hsl(0, 0%, 100%) !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
nav.white .hamburger {
|
nav.white .hamburger {
|
||||||
|
|||||||
Reference in New Issue
Block a user