mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	Previously, in the dark theme, the `background-color: #18222f` of the `.popover` class took precedence over the `background-color: hsla(0,0%,0%,.7)` of the `.message-info-popover` and `.user-info-popover` classes. This commit fixes this issue by adding !important to the background-color property of `.message-info-popover, .user-info-popover` classes.