mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	dark-mode: Respect ".no-style" attr on buttons.
This respects the ".no-style" declaration on buttons and sets the background back to transparent in dark mode (from a slightly darkened background).
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							6d5835773e
						
					
				
				
					commit
					9d255ac7de
				
			@@ -76,6 +76,10 @@ body.dark-mode select {
 | 
			
		||||
    color: inherit;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
body.dark-mode .new-style .button.no-style {
 | 
			
		||||
    background-color: transparent;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
body.dark-mode .new-style .tab-switcher .ind-tab.selected,
 | 
			
		||||
body.dark-mode .table-striped thead th,
 | 
			
		||||
body.dark-mode .message_reactions .message_reaction.reacted,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user