Replace home icon with new one (#7571)
This commit is contained in:
parent
47cbef2af2
commit
d5412e52ed
6 changed files with 15 additions and 8 deletions
|
@ -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 {
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue