diff --git a/mods/cnc/chrome/settings.yaml b/mods/cnc/chrome/settings.yaml index 7ddfa6d05d..83549370a8 100644 --- a/mods/cnc/chrome/settings.yaml +++ b/mods/cnc/chrome/settings.yaml @@ -169,6 +169,7 @@ Container@SETTINGS_PANEL: Y: 205 Width: 70 Height: 25 + IgnoreChildMouseOver: true Children: ColorBlock@COLORBLOCK: X: 5 diff --git a/mods/d2k/chrome/lobby-playerbin.yaml b/mods/d2k/chrome/lobby-playerbin.yaml index 2a2f254c87..89fb9f82b5 100644 --- a/mods/d2k/chrome/lobby-playerbin.yaml +++ b/mods/d2k/chrome/lobby-playerbin.yaml @@ -51,6 +51,7 @@ ScrollPanel@LOBBY_PLAYER_BIN: X: 190 Width: 80 Height: 25 + IgnoreChildMouseOver: true Children: ColorBlock@COLORBLOCK: X: 5 @@ -61,6 +62,7 @@ ScrollPanel@LOBBY_PLAYER_BIN: X: 280 Width: 130 Height: 25 + IgnoreChildMouseOver: true Children: Image@FACTIONFLAG: Width: 23 diff --git a/mods/ra/chrome/lobby-playerbin.yaml b/mods/ra/chrome/lobby-playerbin.yaml index 364cc53bb5..20ea8f4c9a 100644 --- a/mods/ra/chrome/lobby-playerbin.yaml +++ b/mods/ra/chrome/lobby-playerbin.yaml @@ -51,6 +51,7 @@ ScrollPanel@LOBBY_PLAYER_BIN: X: 190 Width: 80 Height: 25 + IgnoreChildMouseOver: true Children: ColorBlock@COLORBLOCK: X: 5 @@ -61,6 +62,7 @@ ScrollPanel@LOBBY_PLAYER_BIN: X: 280 Width: 130 Height: 25 + IgnoreChildMouseOver: true TooltipContainer: TOOLTIP_CONTAINER TooltipTemplate: FACTION_DESCRIPTION_TOOLTIP PanelRoot: FACTION_DROPDOWN_PANEL_ROOT # ensure that tooltips for the options are on top of the dropdown panel diff --git a/mods/ra/chrome/settings.yaml b/mods/ra/chrome/settings.yaml index a335cc12f6..7e544d3603 100644 --- a/mods/ra/chrome/settings.yaml +++ b/mods/ra/chrome/settings.yaml @@ -182,6 +182,7 @@ Background@SETTINGS_PANEL: Y: 205 Width: 70 Height: 25 + IgnoreChildMouseOver: true Children: ColorBlock@COLORBLOCK: X: 5