Template:Infobox hero/styles.css: Difference between revisionsGive feedback
mNo edit summary |
Make the collapsible toggle brackets follow the dropdown header's link color instead of the theme text color (with help from vergir-bot LLM) |
||
| (One intermediate revision by one other user not shown) | |||
| Line 316: | Line 316: | ||
vertical-align: top; | vertical-align: top; | ||
} | } | ||
.infobox-h-subsection tr > td:first-child | .infobox-h-subsection tr > td:first-child .infobox-h-stat-label{ | ||
color: var(--th-heroinfobox-stats-text); | color: var(--th-heroinfobox-stats-text); | ||
text-decoration: underline; | text-decoration: underline; | ||
| Line 372: | Line 372: | ||
.infobox-h-dropdown-header button .mw-collapsible-text:hover{ | .infobox-h-dropdown-header button .mw-collapsible-text:hover{ | ||
color: white; | color: white; | ||
} | |||
.infobox-h-dropdown-header > button::before, | |||
.infobox-h-dropdown-header > button::after{ | |||
color: inherit; | |||
} | } | ||