feat: Disable spells on client when they cannot be cast

Closes #7110
Closes #6867
This commit is contained in:
Blade Barringer
2016-06-09 08:58:57 -05:00
parent a941ee8b84
commit b97d7cc9f9
4 changed files with 46 additions and 2 deletions
+9
View File
@@ -657,6 +657,15 @@ form
padding-left: 0.2em
text-align: left
border:none
&.disabled
// bootstrap .btn.disabled styles
pointer-events: none
cursor: not-allowed
-webkit-box-shadow: none
box-shadow: none
opacity: .65
span
position: relative
left: -2px