Update _RoomTile.scss

pull/21833/head
Will Hunt 2019-02-12 19:21:31 +00:00 committed by GitHub
parent 946a910692
commit e2cecad535
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -153,9 +153,11 @@ limitations under the License.
background-color: $warning-color; background-color: $warning-color;
} }
.mx_RoomTile_unread, .mx_RoomTile_highlight .mx_RoomTile_name { .mx_RoomTile_unread, .mx_RoomTile_highlight {
font-weight: 700; .mx_RoomTile_name {
color: $roomtile-selected-color; font-weight: 700;
color: $roomtile-selected-color;
}
} }
.mx_RoomTile_selected { .mx_RoomTile_selected {