From 4d37314b6d1f5fd72828175b1e78d7519a545570 Mon Sep 17 00:00:00 2001 From: Denis Sokolov Date: Mon, 31 Mar 2014 16:02:20 +0300 Subject: [PATCH] fix(rewards): no move cursor on shop and spells, close #2910 --- public/css/items.styl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/css/items.styl b/public/css/items.styl index 20c8d58f2a..b4929dfb66 100644 --- a/public/css/items.styl +++ b/public/css/items.styl @@ -30,6 +30,10 @@ .reward-item background: white + // Items in the shop and spells can not be moved + &:hover + cursor: inherit + .reward-cost display: inline