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

Commit

Permalink
Fix Room Settings > Notifications file upload input being shown super…
Browse files Browse the repository at this point in the history
…fluously (#11415)
  • Loading branch information
t3chguy authored Aug 16, 2023
1 parent 7a6d81c commit 3828c9f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 3828c9f

Please sign in to comment.