make text on room tile with highlight or notifitications black
parent
3d5395e784
commit
59fe5ee91f
|
@ -141,15 +141,19 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_RoomTile_unread, .mx_RoomTile_highlight {
|
.mx_RoomTile_unread, .mx_RoomTile_highlight {
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
|
|
||||||
|
.mx_RoomTile_name {
|
||||||
|
color: $roomtile-selected-color;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomTile_selected {
|
.mx_RoomTile_selected {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
background-color: $roomtile-selected-bg-color;
|
background-color: $roomtile-selected-bg-color;
|
||||||
}
|
|
||||||
|
|
||||||
.mx_RoomTile_selected .mx_RoomTile_name {
|
.mx_RoomTile_name {
|
||||||
color: $roomtile-selected-color;
|
color: $roomtile-selected-color;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_DNDRoomTile {
|
.mx_DNDRoomTile {
|
||||||
|
|
Loading…
Reference in New Issue