ソースを参照

Use hasBorderShadow class for spells

tags/v0.11.0
kckckc 2年前
コミット
cdc6a255b1
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 ファイルの表示

@@ -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 ファイルの表示

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

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