change border radius for selected room tile
This commit is contained in:
parent
00f0f6dd34
commit
b95b26d19b
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ limitations under the License.
|
||||||
&:focus-within,
|
&:focus-within,
|
||||||
&.mx_RoomTile2_hasMenuOpen {
|
&.mx_RoomTile2_hasMenuOpen {
|
||||||
background-color: $roomtile2-selected-bg-color;
|
background-color: $roomtile2-selected-bg-color;
|
||||||
border-radius: 32px;
|
border-radius: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_DecoratedRoomAvatar, .mx_RoomTile2_avatarContainer {
|
.mx_DecoratedRoomAvatar, .mx_RoomTile2_avatarContainer {
|
||||||
|
|
Loading…
Reference in a new issue