Explorar el Código

Merge branch '1922-spellbook-border' into 'master'

Separate spells UI border shadow

Closes #1922

See merge request Isleward/isleward!591
tags/v0.11.0
Big Bad Waffle hace 2 años
padre
commit
6867f1f9a4
Se han modificado 2 ficheros con 1 adiciones y 2 borrados
  1. +0
    -1
      src/client/ui/templates/spells/styles.less
  2. +1
    -1
      src/client/ui/templates/spells/templateSpell.html

+ 0
- 1
src/client/ui/templates/spells/styles.less Ver fichero

@@ -7,7 +7,6 @@
right: 10px;
top: 10px;
height: (@btnSize + @pad);
box-shadow: 0 -2px 0 @black, 0 2px 0 @black, 2px 0 0 @black, -2px 0 0 @black;

.spell {
width: @btnSize;


+ 1
- 1
src/client/ui/templates/spells/templateSpell.html Ver fichero

@@ -1,4 +1,4 @@
<div class="spell">
<div class="spell hasBorderShadow">
<div class="icon"></div>
<div class="hotkey">$HOTKEY$</div>
<div class="cooldown"></div>

Cargando…
Cancelar
Guardar