mirror of https://github.com/vector-im/riot-web
Normalise room list font weight and make bold when there are unreads.
parent
e0a5eeca75
commit
88dfd3287f
|
@ -102,7 +102,6 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_RoomTile_name {
|
.mx_RoomTile_name {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-weight: 600;
|
|
||||||
padding: 0 6px;
|
padding: 0 6px;
|
||||||
color: $roomtile-name-color;
|
color: $roomtile-name-color;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
@ -155,7 +154,7 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_RoomTile_unread, .mx_RoomTile_highlight {
|
.mx_RoomTile_unread, .mx_RoomTile_highlight {
|
||||||
.mx_RoomTile_name {
|
.mx_RoomTile_name {
|
||||||
// font-weight: 700; // bold is too loud in the end
|
font-weight: 600;
|
||||||
color: $roomtile-selected-color;
|
color: $roomtile-selected-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue