Make tooltip labels visible again
authorBenjamin Auder <benjamin.auder@somewhere>
Sat, 22 Dec 2018 22:12:36 +0000 (23:12 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Sat, 22 Dec 2018 22:12:36 +0000 (23:12 +0100)
public/javascripts/components/game.js

index e2e908a..6d42f27 100644 (file)
@@ -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")])