Fix Room Settings > Notifications file upload input being shown superfluously (#11415)
This commit is contained in:
parent
7a6d81c3b8
commit
3828c9f66a
1 changed files with 4 additions and 0 deletions
|
@ -69,3 +69,7 @@ limitations under the License.
|
|||
mask-image: url("$(res)/img/element-icons/roomlist/notifications-off.svg");
|
||||
}
|
||||
}
|
||||
|
||||
input[type="file"].mx_NotificationSound_soundUpload {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue