badge content when hovered is now kerned via the CSS
This commit is contained in:
parent
33edb1dea9
commit
ffa43ebb96
1 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@ module.exports = React.createClass({
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.props.highlight || notificationCount > 0) {
|
if (this.props.highlight || notificationCount > 0) {
|
||||||
badgeClasses = "mx_RoomTile_badge"
|
badgeClasses = "mx_RoomTile_badge";
|
||||||
} else {
|
} else {
|
||||||
badgeClasses = "mx_RoomTile_badge mx_RoomTile_badge_no_unread";
|
badgeClasses = "mx_RoomTile_badge mx_RoomTile_badge_no_unread";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue