Bläddra i källkod

Use hasBorderShadow class for spells

tags/v0.11.0
kckckc 2 år sedan
förälder
incheckning
cdc6a255b1
2 ändrade filer med 1 tillägg och 2 borttagningar
  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 Visa fil

@@ -20,7 +20,6 @@
border: 5px solid fade(#3a3b4a, 90%);
transition-property: filter;
transition-duration: 0.1s;
box-shadow: 0 -2px 0 @black, 0 2px 0 @black, 2px 0 0 @black, -2px 0 0 @black;

&:first-child {
margin-left: 0px;


+ 1
- 1
src/client/ui/templates/spells/templateSpell.html Visa fil

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

Laddar…
Avbryt
Spara