Skip to content

Commit

Permalink
Fixed bright color for Talent skin.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wetxius committed Dec 21, 2013
1 parent cd9a109 commit a533adf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ShestakUI/Modules/Skins/Blizzard/Talent.lua
Expand Up @@ -14,6 +14,11 @@ local function LoadSkin()

for i = 1, #buttons do
_G[buttons[i]]:SkinButton()
_G[buttons[i]].overlay:SetVertexColor(0.3, 0.3, 0.3, 0.3)
_G[buttons[i]]:SetScript("OnLeave", function(self)
_G[buttons[i]]:SetBackdropBorderColor(unpack(C.media.border_color))
_G[buttons[i]].overlay:SetVertexColor(0.3, 0.3, 0.3, 0.3)
end)
end

PlayerTalentFrameTalentsTutorialButton.Ring:Hide()
Expand Down

0 comments on commit a533adf

Please sign in to comment.