diff options
author | Joffrey BION <joffrey.bion@gmail.com> | 2018-06-10 15:14:38 +0200 |
---|---|---|
committer | Joffrey BION <joffrey.bion@gmail.com> | 2018-06-10 15:14:38 +0200 |
commit | f92c33c9a3dfe917e6933e968b90802b5288acc4 (patch) | |
tree | 4cafde6af9b077e6ea45ad570144c890312af65f /frontend/package.json | |
parent | Use blueprint for error toasts instead of react-redux-toaster (diff) | |
download | seven-wonders-f92c33c9a3dfe917e6933e968b90802b5288acc4.tar.gz seven-wonders-f92c33c9a3dfe917e6933e968b90802b5288acc4.tar.bz2 seven-wonders-f92c33c9a3dfe917e6933e968b90802b5288acc4.zip |
Add IconButton component to work around Icon title issue
The issue about Buttons with icons is that the svg name appears as title
(tooltip) when hovering the icon, even if a title is specified on the
button itself:
https://github.com/palantir/blueprint/issues/2321
Diffstat (limited to 'frontend/package.json')
-rw-r--r-- | frontend/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/package.json b/frontend/package.json index 46011211..3e93be0c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -12,6 +12,7 @@ }, "dependencies": { "@blueprintjs/core": "^2.3.1", + "@blueprintjs/icons": "^2.2.1", "history": "^4.7.2", "immutable": "^3.8.1", "normalizr": "^3.2.3", |