mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	Revert "recent_topics: Change background color in dark mode on hover on a row."
This reverts commit 4ee37244bb.
This was not found to be uniformly agreed as an improvement.
			
			
This commit is contained in:
		@@ -693,7 +693,7 @@
 | 
				
			|||||||
        background-color: var(--color-background);
 | 
					        background-color: var(--color-background);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        &:hover {
 | 
					        &:hover {
 | 
				
			||||||
            background-color: var(--color-background-active-narrow-filter);
 | 
					            background-color: hsl(208deg 26% 11% / 60%);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -701,7 +701,7 @@
 | 
				
			|||||||
        background-color: hsl(212deg 30% 22% / 40%);
 | 
					        background-color: hsl(212deg 30% 22% / 40%);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        &:hover {
 | 
					        &:hover {
 | 
				
			||||||
            background-color: var(--color-background-active-narrow-filter);
 | 
					            background-color: hsl(212deg 30% 22% / 60%);
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user