Explorar el Código

Hide using css

tags/v0.11.0
kckckc hace 2 años
padre
commit
8e192d1734
Se han modificado 2 ficheros con 1 adiciones y 2 borrados
  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 fichero

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

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


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

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

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

this.hide();
},

onMobHover: function (mob) {


Cargando…
Cancelar
Guardar