mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 11:35:29 +01:00
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 }) => {
|
Rails.delegate(document, '.filter-subset--with-select select', 'change', ({ target }) => {
|
||||||
target.form.submit();
|
target.form.submit();
|
||||||
});
|
});
|
||||||
|
@ -622,16 +622,6 @@ body,
|
|||||||
input.button {
|
input.button {
|
||||||
margin: 0 5px 5px 0;
|
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 {
|
.back-link {
|
||||||
|
Loading…
Reference in New Issue
Block a user