Merge pull request #2610 from matrix-org/hs/weighting-for-rooname

Fix mx_RoomTile_name weighting
pull/21833/head
Will Hunt 2019-02-13 11:24:05 +00:00 committed by GitHub
commit c9e11050f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

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