1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

moar icon changes

This commit is contained in:
Bruno Windels
2020-07-06 18:28:54 +02:00
parent 3e5664de7b
commit 8fd9dbf1d8
16 changed files with 51 additions and 26 deletions

View File

@ -32,7 +32,7 @@ limitations under the License.
mask-size: contain;
mask-repeat: no-repeat;
background: $primary-fg-color;
mask-image: url('$(res)/img/feather-customised/more-horizontal.svg');
mask-image: url('$(res)/img/element-icons/context-menu.svg');
}
}
@ -167,7 +167,7 @@ limitations under the License.
}
.mx_UserMenu_iconHome::before {
mask-image: url('$(res)/img/feather-customised/home.svg');
mask-image: url('$(res)/img/element-icons/roomlist/home.svg');
}
.mx_UserMenu_iconBell::before {