Enable options to favourite and low priority rooms
This commit is contained in:
parent
8ba2be0be5
commit
b3f50b6e17
5 changed files with 72 additions and 6 deletions
|
@ -224,6 +224,11 @@ limitations under the License.
|
|||
mask-image: url('$(res)/img/feather-customised/star.svg');
|
||||
}
|
||||
|
||||
.mx_RoomTile2_iconFavorite::before {
|
||||
background-color: $accent-color;
|
||||
mask-image: url('$(res)/img/feather-customised/favourites.svg');
|
||||
}
|
||||
|
||||
.mx_RoomTile2_iconArrowDown::before {
|
||||
mask-image: url('$(res)/img/feather-customised/arrow-down.svg');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue