fix(Safari): Fix mobile double tapping for toolbar and overflow.

* Create generic tooltip wrapper for mobile usability.
* Change overflow menu icon/font/padding sizes.
* Change overflow drawer expand icon.
This commit is contained in:
Mihai-Andrei Uscat
2021-02-04 15:24:25 +02:00
committed by GitHub
parent d2568b874b
commit b69e93a900
22 changed files with 145 additions and 48 deletions

View File

@@ -1,9 +1,9 @@
// @flow
import Tooltip from '@atlaskit/tooltip';
import React, { Component } from 'react';
import { Icon } from '../../icons';
import { Tooltip } from '../../tooltip';
/**
* The type of the React {@code Component} props of {@link OverflowMenuItem}.