From 49a1971eac1dad800ab37fe56db4fae235a65da8 Mon Sep 17 00:00:00 2001 From: Isha Gupta <40794215+IshaGupta18@users.noreply.github.com> Date: Fri, 4 Oct 2019 02:20:01 +0530 Subject: [PATCH] Changing Font for Tooltips (#84) * updating package.json * heroku path * . * v 1.3.2 with new UI * v 2.0.0 with new UI * Changing Font for Tooltips --- dist/PublicLab.Grapher.js | 2 +- dist/transpiled_code/View.js | 2 +- examples/upload_file.css | 3 +++ src/View.js | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dist/PublicLab.Grapher.js b/dist/PublicLab.Grapher.js index b5557c8..a5254e3 100644 --- a/dist/PublicLab.Grapher.js +++ b/dist/PublicLab.Grapher.js @@ -923,7 +923,7 @@ function () { key: "createPopover", value: function createPopover(buttonId) { var self = this; - var html = '
'; + var html = ''; $('#' + buttonId).popover({ placement: 'bottom', title: 'Add Description', diff --git a/dist/transpiled_code/View.js b/dist/transpiled_code/View.js index acef478..2bde832 100644 --- a/dist/transpiled_code/View.js +++ b/dist/transpiled_code/View.js @@ -176,7 +176,7 @@ function () { key: "createPopover", value: function createPopover(buttonId) { var self = this; - var html = ''; + var html = ''; $('#' + buttonId).popover({ placement: 'bottom', title: 'Add Description', diff --git a/examples/upload_file.css b/examples/upload_file.css index 2943957..d7328da 100644 --- a/examples/upload_file.css +++ b/examples/upload_file.css @@ -292,4 +292,7 @@ margin-left: 70px; justify-content: center; flex-direction: column; +} +.popover_headings{ + font-family: 'Ubuntu Condensed'; } \ No newline at end of file diff --git a/src/View.js b/src/View.js index eeb1a12..721e0fd 100644 --- a/src/View.js +++ b/src/View.js @@ -171,7 +171,7 @@ class View{ // create a popover against each import method for adding a file title and description createPopover(buttonId){ let self=this; - var html='' + var html='' $('#'+buttonId).popover({ placement: 'bottom',