Fix mx_RoomTile_name weighting

pull/21833/head
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
1 changed files with 2 additions and 0 deletions

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;
}
}