Update _RoomTile.scss
This commit is contained in:
parent
946a910692
commit
e2cecad535
1 changed files with 5 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue