fix(Settings): Fix hover animation of nightmode modal button
PR #16501 broke the hover animation of button in nightmode modals important property in success button is not required
This commit is contained in:
		@@ -822,6 +822,11 @@ code {
 | 
			
		||||
      .btn-danger {
 | 
			
		||||
        background: #FFFFFF;
 | 
			
		||||
      }
 | 
			
		||||
      .btn-danger:hover,
 | 
			
		||||
      .btn-danger:focus,
 | 
			
		||||
      .btn-danger:active {
 | 
			
		||||
        background: #d9534f !important;
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
    .modal-header,
 | 
			
		||||
    .modal-footer {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user