mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
make text on room tile with highlight or notifitications black
This commit is contained in:
parent
3d5395e784
commit
59fe5ee91f
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user