Merge pull request #4321 from matrix-org/t3chguy/room_settings_notif_icon

Fix Room Settings Dialog Notifications tab icon
This commit is contained in:
Michael Telatynski 2020-04-02 09:50:57 +01:00 committed by GitHub
commit 6db51cf9aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -29,6 +29,10 @@ limitations under the License.
mask-image: url('$(res)/img/feather-customised/users-sm.svg');
}
.mx_RoomSettingsDialog_notificationsIcon::before {
mask-image: url('$(res)/img/feather-customised/notifications.svg');
}
.mx_RoomSettingsDialog_bridgesIcon::before {
// This icon is pants, please improve :)
mask-image: url('$(res)/img/feather-customised/bridge.svg');