mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
fixed unread hightlight font weight for room name
This commit is contained in:
parent
0ad84fd7b0
commit
bb93a59cfb
@ -175,7 +175,7 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomTile_unread, .mx_RoomTile_highlight {
|
.mx_RoomTile_unread, .mx_RoomTile_highlight {
|
||||||
font-weight: bold;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomTile_selected .mx_RoomTile_name {
|
.mx_RoomTile_selected .mx_RoomTile_name {
|
||||||
|
Loading…
Reference in New Issue
Block a user