mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	css: Remove unused css rules for background colour in dark theme.
We don't need this explicit rule anymore, since the css variable will change the background color from zulip.css itself.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							b0eab81459
						
					
				
				
					commit
					e9f3371eca
				
			@@ -176,14 +176,6 @@
 | 
			
		||||
        background-color: var(--color-background-navbar);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    & body,
 | 
			
		||||
    .app-main,
 | 
			
		||||
    .column-middle,
 | 
			
		||||
    #streams_header,
 | 
			
		||||
    .direct-messages-container {
 | 
			
		||||
        background-color: var(--color-background);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    #scroll-to-bottom-button-container {
 | 
			
		||||
        background: transparent;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user