瀏覽代碼

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 年之前
父節點
當前提交
6867f1f9a4
共有 2 個文件被更改,包括 1 次插入2 次删除
  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 查看文件

@@ -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 查看文件

@@ -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…
取消
儲存