mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 14:03:30 +00:00 
			
		
		
		
	css: Nest .poll-vote inside .poll-widget.
				
					
				
			This commit is contained in:
		@@ -45,16 +45,16 @@
 | 
				
			|||||||
    .poll-option {
 | 
					    .poll-option {
 | 
				
			||||||
        font-weight: 600;
 | 
					        font-weight: 600;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
.poll-vote {
 | 
					    .poll-vote {
 | 
				
			||||||
    color: hsl(156, 41%, 40%);
 | 
					        color: hsl(156, 41%, 40%);
 | 
				
			||||||
    border-color: hsl(156, 28%, 70%);
 | 
					        border-color: hsl(156, 28%, 70%);
 | 
				
			||||||
    margin-right: 4px;
 | 
					        margin-right: 4px;
 | 
				
			||||||
    background-color: hsl(0, 0%, 100%);
 | 
					        background-color: hsl(0, 0%, 100%);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    &:hover {
 | 
					        &:hover {
 | 
				
			||||||
        border-color: hsl(156, 30%, 50%);
 | 
					            border-color: hsl(156, 30%, 50%);
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user