Fix mx_RoomTile_name weighting

This commit is contained in:
Will Hunt 2019-02-11 13:54:52 +00:00 committed by GitHub
parent 14e3d1dece
commit 4a46a3e4e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -157,6 +157,8 @@ limitations under the License.
font-weight: 700 !important;
.mx_RoomTile_name {
// Parent weighting won't apply to this because the above mx_RoomTile_name overrides.
font-weight: 700;
color: $roomtile-selected-color;
}
}