mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
UX: hides emoji picker from edit category tab topic template (#9036)
This commit is contained in:
parent
e303b4d181
commit
a5c7f0c98d
@ -138,6 +138,12 @@
|
|||||||
flex: 0;
|
flex: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.edit-category-tab-topic-template {
|
||||||
|
.emoji.btn {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.user-preferences .bio-composer,
|
.user-preferences .bio-composer,
|
||||||
.group-form-bio,
|
.group-form-bio,
|
||||||
.edit-category-tab-topic-template {
|
.edit-category-tab-topic-template {
|
||||||
|
Loading…
Reference in New Issue
Block a user