mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	settings_user_list_row: Remove redundant classes.
This commit Removes `deactivate-user-button` and `reactivate-user-button` classes. These classes were originally introduced in commits50582b72b6andc0b3fb1bbefor the sole purpose of styling. The associated styles were later removed in1c89c3e647but the classes themselves were mistakenly left behind. Removing them has no effect in the functionality of the buttons and there is no evidence of any bugs or regression caused by their removal.
This commit is contained in:
		
				
					committed by
					
						
						Tim Abbott
					
				
			
			
				
	
			
			
			
						parent
						
							7895873dc1
						
					
				
				
					commit
					6649efea70
				
			@@ -58,7 +58,7 @@
 | 
				
			|||||||
                {{> ../components/icon_button
 | 
					                {{> ../components/icon_button
 | 
				
			||||||
                  icon="user-x"
 | 
					                  icon="user-x"
 | 
				
			||||||
                  intent="danger"
 | 
					                  intent="danger"
 | 
				
			||||||
                  custom_classes="deactivate deactivate-user-button"
 | 
					                  custom_classes="deactivate"
 | 
				
			||||||
                  disabled=cannot_deactivate
 | 
					                  disabled=cannot_deactivate
 | 
				
			||||||
                  }}
 | 
					                  }}
 | 
				
			||||||
            </span>
 | 
					            </span>
 | 
				
			||||||
@@ -67,7 +67,7 @@
 | 
				
			|||||||
                {{> ../components/icon_button
 | 
					                {{> ../components/icon_button
 | 
				
			||||||
                  icon="user-plus"
 | 
					                  icon="user-plus"
 | 
				
			||||||
                  intent="success"
 | 
					                  intent="success"
 | 
				
			||||||
                  custom_classes="reactivate reactivate-user-button"
 | 
					                  custom_classes="reactivate"
 | 
				
			||||||
                  }}
 | 
					                  }}
 | 
				
			||||||
            </span>
 | 
					            </span>
 | 
				
			||||||
            {{/if}}
 | 
					            {{/if}}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user