mirror of https://github.com/vector-im/riot-web
Fix mx_RoomTile_name weighting
parent
14e3d1dece
commit
4a46a3e4e0
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue