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
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');
}