mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-06-13 17:40:40 +00:00
Change logic for colorization of followed corpora in corpus Lists
This commit is contained in:
@ -147,9 +147,5 @@
|
||||
{% endfor %}
|
||||
]
|
||||
);
|
||||
corpusItems = document.querySelectorAll('[data-is-owner="false"]');
|
||||
corpusItems.forEach((item) => {
|
||||
item.classList.add('deep-purple', 'lighten-5');
|
||||
});
|
||||
</script>
|
||||
{% endblock scripts %}
|
||||
|
Reference in New Issue
Block a user