Browse Source

Use hasBorderShadow class for spells

tags/v0.11.0
kckckc 2 years ago
parent
commit
cdc6a255b1
2 changed files with 1 additions and 2 deletions
  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 View File

@@ -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 View File

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

Loading…
Cancel
Save