Jdlrobson has uploaded a new change for review. ( 
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(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/skins/MinervaNeue 
refs/changes/23/373623/1

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: newchange
Gerrit-Change-Id: I0797d346315c87861075f273baac5acf4e9998cb
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/MinervaNeue
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>

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

Reply via email to