Fix Room Settings > Notifications file upload input being shown superfluously (#11415)

This commit is contained in:
Michael Telatynski 2023-08-16 11:55:21 +01:00 committed by GitHub
parent 7a6d81c3b8
commit 3828c9f66a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,3 +69,7 @@ limitations under the License.
mask-image: url("$(res)/img/element-icons/roomlist/notifications-off.svg"); mask-image: url("$(res)/img/element-icons/roomlist/notifications-off.svg");
} }
} }
input[type="file"].mx_NotificationSound_soundUpload {
display: none;
}