Remove the DM button from new room tiles

Fixes https://github.com/vector-im/riot-web/issues/14221
This commit is contained in:
Travis Ralston 2020-06-27 22:48:54 -06:00
parent b9ce10bd6d
commit 753f7aa5b8
2 changed files with 2 additions and 15 deletions

View file

@ -193,10 +193,6 @@ limitations under the License.
mask-image: url('$(res)/img/feather-customised/arrow-down.svg');
}
.mx_RoomTile2_iconUser::before {
mask-image: url('$(res)/img/feather-customised/user.svg');
}
.mx_RoomTile2_iconSettings::before {
mask-image: url('$(res)/img/feather-customised/settings.svg');
}