change border radius for selected room tile

pull/21833/head
Bruno Windels 2020-07-09 19:17:47 +02:00
parent 00f0f6dd34
commit b95b26d19b
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ limitations under the License.
&:focus-within,
&.mx_RoomTile2_hasMenuOpen {
background-color: $roomtile2-selected-bg-color;
border-radius: 32px;
border-radius: 8px;
}
.mx_DecoratedRoomAvatar, .mx_RoomTile2_avatarContainer {