fixed unread hightlight font weight for room name
This commit is contained in:
parent
0ad84fd7b0
commit
bb93a59cfb
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue