mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
apply correct weight on unread roomtiles
This commit is contained in:
parent
ac620c7a05
commit
47f775f579
@ -154,7 +154,7 @@ limitations under the License.
|
|||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomTile_unread, .mx_RoomTile_highlight {
|
.mx_RoomTile_unread, .mx_RoomTile_highlight {
|
||||||
font-weight: 800;
|
font-weight: 700 ! important;
|
||||||
|
|
||||||
.mx_RoomTile_name {
|
.mx_RoomTile_name {
|
||||||
color: $roomtile-selected-color;
|
color: $roomtile-selected-color;
|
||||||
|
Loading…
Reference in New Issue
Block a user