Probably could reduce it to this?

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

View File

@ -153,12 +153,9 @@ limitations under the License.
background-color: $warning-color;
}
.mx_RoomTile_unread, .mx_RoomTile_highlight {
.mx_RoomTile_name {
// Parent weighting won't apply to this because the above mx_RoomTile_name overrides.
font-weight: 700;
color: $roomtile-selected-color;
}
.mx_RoomTile_unread, .mx_RoomTile_highlight .mx_RoomTile_name {
font-weight: 700;
color: $roomtile-selected-color;
}
.mx_RoomTile_selected {