Jdlrobson has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/230957

Change subject: Make tables visible
......................................................................

Make tables visible

Bug: T105596
Change-Id: Ifbba007c2ef0402f72c5b927a31cbf68be9909b6
---
M resources/skins.minerva.content.styles/tables.less
1 file changed, 8 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend 
refs/changes/57/230957/1

diff --git a/resources/skins.minerva.content.styles/tables.less 
b/resources/skins.minerva.content.styles/tables.less
index 47c6833..b501f38 100644
--- a/resources/skins.minerva.content.styles/tables.less
+++ b/resources/skins.minerva.content.styles/tables.less
@@ -22,7 +22,7 @@
                // For skinning normal data tables
                // Compare with mediawiki.legacy/shared.css
                &.wikitable {
-                       border: 1px solid @grayLightest;
+                       border: 1px solid @grayMediumLight;
 
                        // We only style cells that are direct children of the 
wikitable table since
                        // table tags may be used for non-table purposes within 
the cells.
@@ -30,9 +30,15 @@
                        > tr > td,
                        > * > tr > th,
                        > * > tr > td {
-                               border: 1px solid @grayLightest;
+                               border: 1px solid @grayMediumLight;
                                padding: .2em;
                        }
+
+                       // Make headings distinguishable
+                       > tr > th,
+                       > * > tr > th {
+                               background-color: @grayLight;
+                       }
                }
        }
 }

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifbba007c2ef0402f72c5b927a31cbf68be9909b6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
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