mirror of https://github.com/vector-im/riot-web
change border radius for selected room tile
parent
00f0f6dd34
commit
b95b26d19b
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue