mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: Give a class name to the container of the #bulk-select
This commit is contained in:
parent
214fdad155
commit
6f04bff28c
@ -1,6 +1,8 @@
|
|||||||
import showModal from 'discourse/lib/show-modal';
|
import showModal from 'discourse/lib/show-modal';
|
||||||
|
|
||||||
export default Ember.Component.extend({
|
export default Ember.Component.extend({
|
||||||
|
classNames: ['bulk-select-container'],
|
||||||
|
|
||||||
actions: {
|
actions: {
|
||||||
showBulkActions() {
|
showBulkActions() {
|
||||||
const controller = showModal('topic-bulk-actions', {
|
const controller = showModal('topic-bulk-actions', {
|
||||||
|
Loading…
Reference in New Issue
Block a user