mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-28 16:10:55 +00:00
Caption should inherit background from table
Since we are fiddling with the default display of table's we need to declare background of captions explicitly to avoid glitchy behaviour. Bug: T170344 Change-Id: I0797d346315c87861075f273baac5acf4e9998cb
This commit is contained in:
parent
e89579d201
commit
231e68703b
|
@ -98,6 +98,7 @@ A file for css that optimises the Minerva skin on larger devices.
|
||||||
display: table;
|
display: table;
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
caption {
|
caption {
|
||||||
|
background: inherit; // T170344
|
||||||
display: table-caption;
|
display: table-caption;
|
||||||
}
|
}
|
||||||
tbody {
|
tbody {
|
||||||
|
|
Loading…
Reference in a new issue