apply correct weight on unread roomtiles

pull/21833/head
Matthew Hodgson 2019-01-31 13:09:59 +01:00
parent ac620c7a05
commit 47f775f579
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ limitations under the License.
}
.mx_RoomTile_unread, .mx_RoomTile_highlight {
font-weight: 800;
font-weight: 700 ! important;
.mx_RoomTile_name {
color: $roomtile-selected-color;