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:
jdlrobson 2017-08-24 12:59:21 -05:00 committed by Jdlrobson
parent e89579d201
commit 231e68703b
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ A file for css that optimises the Minerva skin on larger devices.
display: table;
width: auto !important;
caption {
background: inherit; // T170344
display: table-caption;
}
tbody {