Fix mx_RoomTile_name weighting
This commit is contained in:
parent
14e3d1dece
commit
4a46a3e4e0
1 changed files with 2 additions and 0 deletions
|
@ -157,6 +157,8 @@ limitations under the License.
|
||||||
font-weight: 700 !important;
|
font-weight: 700 !important;
|
||||||
|
|
||||||
.mx_RoomTile_name {
|
.mx_RoomTile_name {
|
||||||
|
// Parent weighting won't apply to this because the above mx_RoomTile_name overrides.
|
||||||
|
font-weight: 700;
|
||||||
color: $roomtile-selected-color;
|
color: $roomtile-selected-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue