Remove unused `media-spoiler-*` JS/CSS (#29407)

This commit is contained in:
Matt Jankowski 2024-02-26 10:30:58 -05:00 committed by GitHub
parent 10fdd88288
commit c7555271a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 22 deletions

View File

@ -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();
});

View File

@ -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 {