diff --git a/scm-ui/package.json b/scm-ui/package.json index 50ae39cd29..d6f4c4883e 100644 --- a/scm-ui/package.json +++ b/scm-ui/package.json @@ -8,6 +8,7 @@ "@fortawesome/fontawesome-free": "^5.3.1", "@scm-manager/ui-extensions": "^0.0.7", "bulma": "^0.7.1", + "bulma-tooltip": "^2.0.2", "classnames": "^2.2.5", "font-awesome": "^4.7.0", "history": "^4.7.2", diff --git a/scm-ui/styles/scm.scss b/scm-ui/styles/scm.scss index 43701de5eb..3ebe407a38 100644 --- a/scm-ui/styles/scm.scss +++ b/scm-ui/styles/scm.scss @@ -35,6 +35,7 @@ $blue: #33B2E8; // 6. Import the rest of Bulma @import "bulma/bulma"; +@import "bulma-tooltip/dist/css/bulma-tooltip"; // import at the end, because we need a lot of stuff from bulma/bulma .box-link-shadow {