From 231e68703b9cd6b56ea8d3dd2c860e3f3aee8dce Mon Sep 17 00:00:00 2001 From: jdlrobson Date: Thu, 24 Aug 2017 12:59:21 -0500 Subject: [PATCH] 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 --- resources/skins.minerva.tablet.styles/common.less | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/skins.minerva.tablet.styles/common.less b/resources/skins.minerva.tablet.styles/common.less index 2f9f5d5c1..e5f4e6daa 100644 --- a/resources/skins.minerva.tablet.styles/common.less +++ b/resources/skins.minerva.tablet.styles/common.less @@ -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 {