From d47d91c4e9773ade7c8609e3315170e95b56f5e5 Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Sat, 22 Dec 2018 23:12:36 +0100 Subject: [PATCH] Make tooltip labels visible again --- public/javascripts/components/game.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/public/javascripts/components/game.js b/public/javascripts/components/game.js index e2e908a0..6d42f27f 100644 --- a/public/javascripts/components/game.js +++ b/public/javascripts/components/game.js @@ -56,7 +56,6 @@ Vue.component('my-game', { 'class': { "tooltip": true, "play": true, - "bottom": true, //display below "seek": this.seek, "playing": this.mode == "human", "spaceright": true, @@ -74,7 +73,6 @@ Vue.component('my-game', { 'class': { "tooltip":true, "play": true, - "bottom": true, "playing": this.mode == "computer", "spaceright": true, }, @@ -92,7 +90,6 @@ Vue.component('my-game', { 'class': { "tooltip":true, "play": true, - "bottom": true, "playing": this.mode == "friend", "spaceright": true, }, @@ -368,7 +365,6 @@ Vue.component('my-game', { 'class': { "tooltip":true, "play": true, - "bottom": true, }, }, [h('i', { 'class': { "material-icons": true } }, "flag")]) -- 2.44.0