Ver a proveniência

Hide using css

tags/v0.11.0
kckckc há 2 anos
ascendente
cometimento
8e192d1734
2 ficheiros alterados com 1 adições e 2 eliminações
  1. +1
    -0
      src/client/ui/templates/tooltipInfo/styles.less
  2. +0
    -2
      src/client/ui/templates/tooltipInfo/tooltipInfo.js

+ 1
- 0
src/client/ui/templates/tooltipInfo/styles.less Ver ficheiro

@@ -1,6 +1,7 @@
@import "../../../css/colors.less"; @import "../../../css/colors.less";


.uiTooltipInfo { .uiTooltipInfo {
display: none;
position: absolute; position: absolute;
right: 11px; right: 11px;
bottom: 164px; bottom: 164px;


+ 0
- 2
src/client/ui/templates/tooltipInfo/tooltipInfo.js Ver ficheiro

@@ -16,8 +16,6 @@ define([


postRender: function () { postRender: function () {
this.onEvent('onMobHover', this.onMobHover.bind(this)); this.onEvent('onMobHover', this.onMobHover.bind(this));

this.hide();
}, },


onMobHover: function (mob) { onMobHover: function (mob) {


Carregando…
Cancelar
Guardar