mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +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%);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
nav.white .brand.logo span {
 | 
			
		||||
    color: hsl(0, 0%, 27%);
 | 
			
		||||
}
 | 
			
		||||
nav.white .brand.logo {
 | 
			
		||||
    span {
 | 
			
		||||
        color: hsl(0, 0%, 27%);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
nav.white .brand-logo circle {
 | 
			
		||||
    fill: hsl(0, 0%, 27%) !important;
 | 
			
		||||
}
 | 
			
		||||
    circle {
 | 
			
		||||
        fill: hsl(0, 0%, 27%) !important;
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
nav.white .brand-logo path {
 | 
			
		||||
    fill: hsl(0, 0%, 100%) !important;
 | 
			
		||||
    stroke: hsl(0, 0%, 100%) !important;
 | 
			
		||||
    path {
 | 
			
		||||
        fill: hsl(0, 0%, 100%) !important;
 | 
			
		||||
        stroke: hsl(0, 0%, 100%) !important;
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
nav.white .hamburger {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user