mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-27 15:40:15 +00:00
Add border-collapse to wikitable
Follow-up to 7c9304cbf4
which removed it
from all tables.
Bug: T357589
Change-Id: I1d62a9b2c0f571389f5cbebdc56b24ff4c325283
This commit is contained in:
parent
acfffcdd5b
commit
57d1b2ab5b
|
@ -52,6 +52,7 @@
|
||||||
border: @border-width-base @border-style-base #54595d;
|
border: @border-width-base @border-style-base #54595d;
|
||||||
// Note older browsers will fall back to var(--border-color-subtle)
|
// Note older browsers will fall back to var(--border-color-subtle)
|
||||||
border-color: fade( #54595d, 30 );
|
border-color: fade( #54595d, 30 );
|
||||||
|
border-collapse: collapse;
|
||||||
|
|
||||||
// We only style cells that are direct children of the wikitable table since
|
// We only style cells that are direct children of the wikitable table since
|
||||||
// table tags may be used for non-table purposes within the cells.
|
// table tags may be used for non-table purposes within the cells.
|
||||||
|
|
Loading…
Reference in a new issue