mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	css: Remove bad color change of create stream button.
This color change make the button less visible on hover which doesn't makes sense.
This commit is contained in:
		@@ -190,10 +190,6 @@
 | 
				
			|||||||
    transition: all 0.2s ease;
 | 
					    transition: all 0.2s ease;
 | 
				
			||||||
    padding-bottom: 0;
 | 
					    padding-bottom: 0;
 | 
				
			||||||
    padding-top: 0;
 | 
					    padding-top: 0;
 | 
				
			||||||
 | 
					 | 
				
			||||||
    &:hover {
 | 
					 | 
				
			||||||
        color: hsl(0, 0%, 27%);
 | 
					 | 
				
			||||||
    }
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#create_stream_description {
 | 
					#create_stream_description {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user