Merge branch 'develop' into element

This commit is contained in:
Bruno Windels 2020-07-08 18:09:38 +02:00
commit 7390baf451
20 changed files with 999 additions and 171 deletions

View file

@ -233,6 +233,10 @@ limitations under the License.
mask-image: url('$(res)/img/element-icons/roomlist/favorite.svg');
}
.mx_RoomTile2_iconFavorite::before {
mask-image: url('$(res)/img/feather-customised/favourites.svg');
}
.mx_RoomTile2_iconArrowDown::before {
mask-image: url('$(res)/img/element-icons/roomlist/low-priority.svg');
}