Remove unused media-spoiler-* JS/CSS (#29407)
				
					
				
			This commit is contained in:
		
							parent
							
								
									10fdd88288
								
							
						
					
					
						commit
						c7555271a6
					
				@ -94,18 +94,6 @@ Rails.delegate(document, batchCheckboxClassName, 'change', () => {
 | 
			
		||||
  }
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
Rails.delegate(document, '.media-spoiler-show-button', 'click', () => {
 | 
			
		||||
  [].forEach.call(document.querySelectorAll('button.media-spoiler'), (element) => {
 | 
			
		||||
    element.click();
 | 
			
		||||
  });
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
Rails.delegate(document, '.media-spoiler-hide-button', 'click', () => {
 | 
			
		||||
  [].forEach.call(document.querySelectorAll('.spoiler-button.spoiler-button--visible button'), (element) => {
 | 
			
		||||
    element.click();
 | 
			
		||||
  });
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
Rails.delegate(document, '.filter-subset--with-select select', 'change', ({ target }) => {
 | 
			
		||||
  target.form.submit();
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
@ -622,16 +622,6 @@ body,
 | 
			
		||||
  input.button {
 | 
			
		||||
    margin: 0 5px 5px 0;
 | 
			
		||||
  }
 | 
			
		||||
 | 
			
		||||
  .media-spoiler-toggle-buttons {
 | 
			
		||||
    margin-inline-start: auto;
 | 
			
		||||
 | 
			
		||||
    .button {
 | 
			
		||||
      overflow: visible;
 | 
			
		||||
      margin: 0 0 5px 5px;
 | 
			
		||||
      float: right;
 | 
			
		||||
    }
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.back-link {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user