mirror of https://github.com/vector-im/riot-web
Update _RoomTile.scss
parent
946a910692
commit
e2cecad535
|
@ -153,10 +153,12 @@ limitations under the License.
|
||||||
background-color: $warning-color;
|
background-color: $warning-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_RoomTile_unread, .mx_RoomTile_highlight .mx_RoomTile_name {
|
.mx_RoomTile_unread, .mx_RoomTile_highlight {
|
||||||
|
.mx_RoomTile_name {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: $roomtile-selected-color;
|
color: $roomtile-selected-color;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.mx_RoomTile_selected {
|
.mx_RoomTile_selected {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
Loading…
Reference in New Issue