1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00

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
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 {

View File

@ -169,7 +169,7 @@ limitations under the License.
}
.mx_UserMenu_iconHome::before {
mask-image: url('$(res)/img/element-icons/roomlist/home.svg');
mask-image: url('$(res)/img/element-icons/home.svg');
}
.mx_UserMenu_iconDnd::before {