Browse Source

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 2 years ago
parent
commit
6867f1f9a4
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

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