Merge pull request #4920 from matrix-org/joriks/room-list-priorities

Enable options to favourite and low priority rooms
This commit is contained in:
Travis Ralston 2020-07-08 10:08:02 -06:00 committed by GitHub
commit eb38d80bd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 80 additions and 8 deletions

View file

@ -233,6 +233,10 @@ limitations under the License.
mask-image: url('$(res)/img/feather-customised/star.svg');
}
.mx_RoomTile2_iconFavorite::before {
mask-image: url('$(res)/img/feather-customised/favourites.svg');
}
.mx_RoomTile2_iconArrowDown::before {
mask-image: url('$(res)/img/feather-customised/arrow-down.svg');
}