make text on room tile with highlight or notifitications black
This commit is contained in:
parent
3d5395e784
commit
59fe5ee91f
1 changed files with 7 additions and 3 deletions
|
@ -141,16 +141,20 @@ 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 {
|
||||||
transform: none;
|
transform: none;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue