Replace home icon with new one (#7571)

This commit is contained in:
Michael Telatynski 2022-01-18 15:29:01 +00:00 committed by GitHub
parent 47cbef2af2
commit d5412e52ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 15 additions and 8 deletions

View file

@ -372,6 +372,10 @@ $activeBorderColor: $primary-content;
line-height: $font-18px;
}
.mx_SpacePanel_iconHome::before {
mask-image: url('$(res)/img/element-icons/home.svg');
}
.mx_SpacePanel_iconInvite::before {
mask-image: url('$(res)/img/element-icons/room/invite.svg');
}
@ -393,7 +397,7 @@ $activeBorderColor: $primary-content;
}
.mx_SpacePanel_iconExplore::before {
mask-image: url('$(res)/img/element-icons/roomlist/search.svg');
mask-image: url('$(res)/img/element-icons/roomlist/hash-search.svg');
}
.mx_SpacePanel_iconPreferences::before {