Module:Sports table: Difference between revisions

Content deleted Content added
Addresses issues with background inherit on [https://en.m.wikipedia.org/wiki/2024_AFC_U-23_Asian_Cup in night mode theme]
Tags: Mobile edit Mobile web edit Advanced mobile edit
Apply color inherit to rowspan as well
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 421:
if Args[respre..'result'..ii] then
bg_col = result_col[Args[respre..'col_'..result_local]] or Args[respre..'col_'..result_local] or 'inherit'
if bg_col == 'inherit' then bg_col = bg_col .. '; color: inherit' end
bg_col = 'background-color:'..bg_col..';' -- Full style tag
end