mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 04:18:23 +00:00
Hide edit category tabs with display: none;
This commit is contained in:
parent
7b3ef4d13f
commit
bd51cd52cd
@ -8,7 +8,7 @@ export function buildCategoryPanel(tab, extras) {
|
||||
activeTab: Ember.computed.equal("selectedTab", tab),
|
||||
classNameBindings: [
|
||||
":modal-tab",
|
||||
"activeTab::invisible",
|
||||
"activeTab::hide",
|
||||
`:edit-category-tab-${tab}`
|
||||
]
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user