jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/373623 )

Change subject: Caption should inherit background from table
......................................................................


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
---
M resources/skins.minerva.tablet.styles/common.less
1 file changed, 1 insertion(+), 0 deletions(-)

Approvals:
  jenkins-bot: Verified
  Jdlrobson: Looks good to me, approved



diff --git a/resources/skins.minerva.tablet.styles/common.less 
b/resources/skins.minerva.tablet.styles/common.less
index 2f9f5d5..e5f4e6d 100644
--- a/resources/skins.minerva.tablet.styles/common.less
+++ b/resources/skins.minerva.tablet.styles/common.less
@@ -98,6 +98,7 @@
                        display: table;
                        width: auto !important;
                        caption {
+                               background: inherit; // T170344
                                display: table-caption;
                        }
                        tbody {

-- 
To view, visit https://gerrit.wikimedia.org/r/373623
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I0797d346315c87861075f273baac5acf4e9998cb
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/skins/MinervaNeue
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: Pmiazga <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to