mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	css: Use SCSS nesting in settings.scss for .emojiset_choices.
				
					
				
			This commit is contained in:
		@@ -1082,34 +1082,34 @@ input[type=checkbox] {
 | 
				
			|||||||
.emojiset_choices {
 | 
					.emojiset_choices {
 | 
				
			||||||
    width: 250px;
 | 
					    width: 250px;
 | 
				
			||||||
    padding: 0px 10px;
 | 
					    padding: 0px 10px;
 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
.emojiset_choices .emoji {
 | 
					    .emoji {
 | 
				
			||||||
    height: 22px;
 | 
					        height: 22px;
 | 
				
			||||||
    width: 22px;
 | 
					        width: 22px;
 | 
				
			||||||
}
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.emojiset_choices label {
 | 
					    label {
 | 
				
			||||||
    border-bottom: 1px solid hsla(0, 0%, 0%, 0.2);
 | 
					        border-bottom: 1px solid hsla(0, 0%, 0%, 0.2);
 | 
				
			||||||
    padding: 8px 0px 10px 0px;
 | 
					        padding: 8px 0px 10px 0px;
 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
.emojiset_choices label:last-of-type {
 | 
					        &:last-of-type {
 | 
				
			||||||
    border-bottom: none;
 | 
					            border-bottom: none;
 | 
				
			||||||
}
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.emojiset_choices label input[type=radio] {
 | 
					        input[type=radio] {
 | 
				
			||||||
    position: relative;
 | 
					            position: relative;
 | 
				
			||||||
    top: -2px;
 | 
					            top: -2px;
 | 
				
			||||||
    margin: 0px 5px 0px 0px;
 | 
					            margin: 0px 5px 0px 0px;
 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
.emojiset_choices label input[type=radio]:checked + span {
 | 
					            &:checked + span {
 | 
				
			||||||
    font-weight: 600;
 | 
					                font-weight: 600;
 | 
				
			||||||
}
 | 
					            }
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.emojiset_choices .right {
 | 
					    .right {
 | 
				
			||||||
    float: right;
 | 
					        float: right;
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.open-user-form {
 | 
					.open-user-form {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user