Merge fail on my part :P
Repooc [11-26-16 - 18:46]
diff --git a/ElvUI_SLE/modules/Armory/InspectArmory/InspectArmory.lua b/ElvUI_SLE/modules/Armory/InspectArmory/InspectArmory.lua
index 5caa9ef..0fac4a2 100644
--- a/ElvUI_SLE/modules/Armory/InspectArmory/InspectArmory.lua
+++ b/ElvUI_SLE/modules/Armory/InspectArmory/InspectArmory.lua
@@ -519,7 +519,7 @@ function IA:CreateInspectFrame()
self[ButtonName] = CreateFrame('Button', nil, self.BP)
self[ButtonName]:Size(70, 20)
- self[ButtonName]:SetBackdrop({
+ self[ButtonName]:SetTemplate('Transparent')
self[ButtonName]:SetFrameLevel(CORE_FRAME_LEVEL + 1)
KF:TextSetting(self[ButtonName], _G[ButtonString], { FontSize = 9, FontStyle = 'OUTLINE' })
self[ButtonName]:SetScript('OnEnter', self.Button_OnEnter)