make text on room tile with highlight or notifitications black

pull/21833/head
Bruno Windels 2018-10-22 18:18:08 +02:00
parent 3d5395e784
commit 59fe5ee91f
1 changed files with 7 additions and 3 deletions

View File

@ -141,15 +141,19 @@ limitations under the License.
.mx_RoomTile_unread, .mx_RoomTile_highlight {
font-weight: 800;
.mx_RoomTile_name {
color: $roomtile-selected-color;
}
}
.mx_RoomTile_selected {
border-radius: 4px;
background-color: $roomtile-selected-bg-color;
}
.mx_RoomTile_selected .mx_RoomTile_name {
color: $roomtile-selected-color;
.mx_RoomTile_name {
color: $roomtile-selected-color;
}
}
.mx_DNDRoomTile {