diff --git a/ElvUI/Core/Modules/Skins/Skins.lua b/ElvUI/Core/Modules/Skins/Skins.lua index cb4a867ded..99dc8482e6 100644 --- a/ElvUI/Core/Modules/Skins/Skins.lua +++ b/ElvUI/Core/Modules/Skins/Skins.lua @@ -1157,10 +1157,14 @@ function S:HandleDropDownBox(frame, width, template, old) end if not old then - if frame.Arrow then + if frame.Arrow then -- most dropdowns frame.Arrow:SetAlpha(0) end + if frame.Button then -- Classic Anniversary LFG dropdown + frame.Button:SetAlpha(0) + end + frame.backdrop:Point('TOPLEFT', 0, -2) frame.backdrop:Point('BOTTOMRIGHT', 0, 2)