Probably could reduce it to this?
parent
56bb6c870a
commit
946a910692
|
@ -153,12 +153,9 @@ limitations under the License.
|
||||||
background-color: $warning-color;
|
background-color: $warning-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomTile_unread, .mx_RoomTile_highlight {
|
.mx_RoomTile_unread, .mx_RoomTile_highlight .mx_RoomTile_name {
|
||||||
.mx_RoomTile_name {
|
font-weight: 700;
|
||||||
// Parent weighting won't apply to this because the above mx_RoomTile_name overrides.
|
color: $roomtile-selected-color;
|
||||||
font-weight: 700;
|
|
||||||
color: $roomtile-selected-color;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomTile_selected {
|
.mx_RoomTile_selected {
|
||||||
|
|
Loading…
Reference in New Issue