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
commit 60a6b13f4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 27 additions and 61 deletions

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