ソースを参照

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>

読み込み中…
キャンセル
保存