mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 10:45:51 +03:00
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 {
|
||||
font-weight: bold;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.mx_RoomTile_selected .mx_RoomTile_name {
|
||||
|
|
Loading…
Reference in a new issue