Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 3828c9f

Browse files
authored
Fix Room Settings > Notifications file upload input being shown superfluously (#11415)
1 parent 7a6d81c commit 3828c9f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

res/css/views/settings/tabs/room/_NotificationSettingsTab.pcss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,7 @@ limitations under the License.
6969
mask-image: url("$(res)/img/element-icons/roomlist/notifications-off.svg");
7070
}
7171
}
72+
73+
input[type="file"].mx_NotificationSound_soundUpload {
74+
display: none;
75+
}

0 commit comments

Comments
 (0)