Merge pull request #5016 from matrix-org/t3chguy/tooltips2

Use mouseleave instead of mouseout for hover events. Fix tooltip flicker
This commit is contained in:
Michael Telatynski
2020-07-20 15:19:32 +01:00
committed by GitHub
8 changed files with 29 additions and 24 deletions
@@ -35,11 +35,6 @@ limitations under the License.
border-color: $reaction-row-button-selected-border-color;
}
// ignore mouse events for all children, treat it as one entire hoverable entity
* {
pointer-events: none;
}
.mx_ReactionsRowButton_content {
max-width: 100px;
overflow: hidden;