Merge pull request #5026 from matrix-org/t3chguy/room-list/14440

Put low priority xor toggle back in the room list context menu
This commit is contained in:
Michael Telatynski
2020-07-24 00:02:50 +01:00
committed by GitHub
4 changed files with 27 additions and 61 deletions
-4
View File
@@ -221,10 +221,6 @@ limitations under the License.
mask-image: url('$(res)/img/element-icons/roomlist/favorite.svg');
}
.mx_RoomTile_iconFavorite::before {
mask-image: url('$(res)/img/feather-customised/favourites.svg');
}
.mx_RoomTile_iconArrowDown::before {
mask-image: url('$(res)/img/element-icons/roomlist/low-priority.svg');
}