summaryrefslogtreecommitdiff
path: root/frontend/src/components/shared
Commit message (Collapse)AuthorAge
* Remove unnecessary prop types exportsJoffrey BION2018-06-10
|
* Add IconButton component to work around Icon title issueJoffrey BION2018-06-10
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
bgstack15