MediaWiki:Common.css: Difference between revisions
Updated common.css.wiki from git repository |
Updated common.css.wiki from git repository |
||
| Line 226: | Line 226: | ||
.table .table tr:nth-child(odd) { | .table .table tr:nth-child(odd) { | ||
background: var(--table-even-background); | background: var(--table-even-background); | ||
} | |||
/* Fix CLS issue */ | |||
.vector-toc-list-item .vector-toc-toggle .mw-ui-icon-wikimedia-expand { | |||
height: 0.75rem; | |||
min-height: 0.75rem; | |||
min-width: 0.75rem; | |||
width: 0.75rem; | |||
} | } | ||